fix(ci): change base image from expired ubuntu-22.04 to ubuntu-latest (#4273)

This commit is contained in:
John Guo
2025-05-07 19:06:00 +08:00
committed by GitHub
parent 1534abdb05
commit 88c4471500

View File

@ -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: