Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit b29e264

Browse files
committed
update to Go 1.20.6
1 parent 34cced8 commit b29e264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
name: Set up Go
3232
uses: actions/setup-go@v2
3333
with:
34-
go-version: 1.19.0
34+
go-version: 1.20.6
3535
-
3636
name: Run GoReleaser
3737
uses: goreleaser/goreleaser-action@v2
3838
with:
3939
version: latest
40-
args: release --rm-dist
40+
args: release --clean
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)