We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4d3085 commit a073d97Copy full SHA for a073d97
.github/workflows/go.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Go 1.x
15
uses: actions/setup-go@v2
16
with:
17
- go-version: ^1.21
+ go-version: ^1.24
18
id: go
19
20
- name: Check out code into the Go module directory
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.22 as builder
+FROM golang:1.24 as builder
2
3
ARG ARG_GOPROXY
4
ENV GOPROXY $ARG_GOPROXY
0 commit comments