mirror of
https://gitee.com/johng/gf
synced 2026-06-06 02:25:47 +08:00
fix(ci): change base image from expired ubuntu-22.04 to ubuntu-latest (#4273)
This commit is contained in:
2
.github/workflows/ci-main.yml
vendored
2
.github/workflows/ci-main.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
go-version: [ "1.22", "1.23" ]
|
||||
goarch: [ "386", "amd64" ]
|
||||
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
# Service containers to run with `code-test`
|
||||
services:
|
||||
|
||||
Reference in New Issue
Block a user