We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f4069 commit 63e7a15Copy full SHA for 63e7a15
.github/workflows/releaser.yml
@@ -30,7 +30,7 @@ jobs:
30
steps:
31
- uses: actions/checkout@v2
32
with:
33
- fetch-depth: '0'
+ fetch-depth: 0
34
35
- name: Bump version and push tag
36
id: tagger
@@ -51,9 +51,9 @@ jobs:
51
fetch-depth: 0
52
-
53
name: Set up Go
54
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v5
55
56
- go-version: "1.21"
+ go-version: "1.22"
57
58
name: Docker Login
59
env:
@@ -63,7 +63,7 @@ jobs:
63
echo "${DOCKER_PASSWORD}" | docker login --username "${DOCKER_USERNAME}" --password-stdin
64
65
name: Run GoReleaser
66
- uses: goreleaser/goreleaser-action@v2
+ uses: goreleaser/goreleaser-action@v6
67
68
distribution: goreleaser
69
version: latest
.goreleaser.yml
@@ -1,3 +1,4 @@
1
+version: 2
2
builds:
3
4
0 commit comments