We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d733ac commit 48d057bCopy full SHA for 48d057b
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Set up Go
31
uses: actions/setup-go@v2
32
with:
33
- go-version: "1.20"
+ go-version: "1.21"
34
35
- name: Prepare
36
id: prep
Dockerfile
@@ -1,6 +1,6 @@
1
FROM golang:1.21.4-alpine AS build
2
# TODO: dynamically get this value
3
-ENV GOVERSION=1.20.4
+ENV GOVERSION=1.21.4
4
5
WORKDIR /usr/src
6
RUN apk add --no-cache \
0 commit comments