We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7e21d8 + 9671a1c commit 9fe794fCopy full SHA for 9fe794f
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@v4
9
- - uses: actions/setup-go@v4
+ - uses: actions/setup-go@v5
10
with:
11
go-version: "1.21"
12
- uses: goreleaser/goreleaser-action@v5
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, 'dev-')
13
14
15
16
- name: Compute tag name
0 commit comments