We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ca5cb commit 58bad4cCopy full SHA for 58bad4c
1 file changed
.github/workflows/goreleaser.yml
@@ -15,7 +15,7 @@ jobs:
15
fetch-depth: 0
16
17
- name: Set up Go
18
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
19
with:
20
go-version: '1.20'
21
@@ -28,7 +28,7 @@ jobs:
28
GOPROXY=proxy.golang.org go list -m github.com/Driver-C/tryssh@latest
29
30
- name: Run GoReleaser
31
- uses: goreleaser/goreleaser-action@v4
+ uses: goreleaser/goreleaser-action@v6
32
33
version: latest
34
args: release --clean
0 commit comments