Skip to content

Commit a8178e9

Browse files
Update Go version from 1.21 to 1.24
1 parent ee62cd3 commit a8178e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: setup-go
2525
uses: actions/setup-go@v6
2626
with:
27-
go-version: '1.21'
27+
go-version: '1.24'
2828
cache: false
2929
- name: Set IMAGE_OS environment variable
3030
run: echo "IMAGE_OS=$ImageOS" >> $GITHUB_ENV

0 commit comments

Comments
 (0)