We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc45725 commit 21a6b2fCopy full SHA for 21a6b2f
.github/workflows/goreleaser.yml
@@ -21,7 +21,7 @@ jobs:
21
name: Set up Go
22
uses: actions/setup-go@v5
23
with:
24
- go-version: 1.17
+ go-version: 1.21
25
-
26
name: Run GoReleaser
27
uses: goreleaser/goreleaser-action@v5
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.17 AS builder
+FROM golang:1.21 AS builder
2
3
ARG VERSION
4
0 commit comments