Skip to content

Commit 2f28baf

Browse files
authored
Update release action to go 1.24 (#219)
1 parent 775f294 commit 2f28baf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,10 @@ jobs:
100100
uses: actions/checkout@v2
101101
with:
102102
fetch-depth: 0
103-
- uses: actions/setup-go@v2
103+
- uses: actions/setup-go@v3
104104
with:
105-
go-version: '1.22.0'
105+
go-version: '1.24.0'
106+
check-latest: true
106107
- name: Get OS and arch info
107108
run: |
108109
GOOSARCH=${{matrix.goosarch}}

0 commit comments

Comments
 (0)