We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a22da commit b98034cCopy full SHA for b98034c
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
container:
13
- image: golang:1.21-alpine
+ image: golang:1.24-alpine
14
steps:
15
- name: Install pre-requisites (1)
16
run: |
0 commit comments