Skip to content

Commit b68f034

Browse files
committed
.github/workflows/release.yml: Using go 1.20 for release
1 parent bf47ee6 commit b68f034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@v3
2424
with:
25-
go-version: 1.19.x
25+
go-version: 1.20.x
2626

2727
- name: Run GoReleaser
2828
uses: goreleaser/goreleaser-action@v4

0 commit comments

Comments
 (0)