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 09d69cd commit 041ae24Copy full SHA for 041ae24
.github/workflows/release.yaml
@@ -20,7 +20,7 @@ jobs:
20
- run: git fetch --force --tags
21
- uses: actions/setup-go@v3
22
with:
23
- go-version: 1.18
+ go-version: 1.21
24
cache: true
25
26
- uses: goreleaser/goreleaser-action@v4
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
54
@@ -76,7 +76,7 @@ jobs:
76
77
78
79
80
81
- name: Make directories
82
run: |
0 commit comments