We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a954c3 commit 81dcd7dCopy full SHA for 81dcd7d
.github/workflows/build-and-release.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Set up Go
26
uses: actions/setup-go@v5
27
with:
28
- go-version: '1.21'
+ go-version: '1.22'
29
30
- name: Dependencies
31
run: go mod download
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
56
57
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.21 as builder
+FROM golang:1.22 AS builder
2
3
ARG VERSION=v0.8.x-dev
4
0 commit comments