ci: use golang:latest to match go.mod version
This commit is contained in:
@@ -9,7 +9,7 @@ jobs:
|
||||
test:
|
||||
runs-on: golang
|
||||
container:
|
||||
image: golang:1.21
|
||||
image: golang:latest
|
||||
env:
|
||||
GOPRIVATE: forgejo.riotpiao.com
|
||||
GITHUB_TOKEN: ${{ secrets.REGISTRY_PAT }}
|
||||
|
||||
Reference in New Issue
Block a user