Skip to content

Commit 7fd3b7b

Browse files
Use Go 1.22.x in release builds (#1568)
1 parent 506ebb8 commit 7fd3b7b

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
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Go
2828
uses: actions/setup-go@v4
2929
with:
30-
go-version: 1.21.x
30+
go-version: 1.22.x
3131

3232
- name: Run GoReleaser
3333
uses: goreleaser/goreleaser-action@v6

0 commit comments

Comments
 (0)