We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf6dd1 commit 24ccbbdCopy full SHA for 24ccbbd
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v2
13
with:
14
fetch-depth: 0
15
- - uses: actions/setup-go@v5
+ - uses: actions/setup-go@v6
16
17
go-version: 1.16
18
- uses: goreleaser/goreleaser-action@v2
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
- run: go test -v ./...
0 commit comments