Skip to content

Commit beab71c

Browse files
authored
update go version to 1.22.3 for setup-go action. (#2252)
1 parent 3f04e0b commit beab71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-assets.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Go
3232
uses: actions/setup-go@v5
3333
with:
34-
go-version: 1.21
34+
go-version: 1.22.3
3535
cache: true
3636
- name: Run GoReleaser
3737
uses: goreleaser/goreleaser-action@v5

0 commit comments

Comments
 (0)