We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf37c6a commit b066ff9Copy full SHA for b066ff9
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
test:
34
runs-on: ubuntu-latest
35
container:
36
- image: golang:1.21-bullseye
+ image: golang:1.24-bookworm
37
needs: set-version
38
env:
39
SEMVER: ${{ needs.set-version.outputs.semVer }}
0 commit comments