Skip to content

Commit 3b28645

Browse files
authored
ci: add go version 1.24 to GitHub Actions (#4154)
- Add Go version `1.24` to the GitHub Actions workflow Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent c3c8620 commit 3b28645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
os: [ubuntu-latest, macos-latest]
36-
go: ["1.22", "1.23"]
36+
go: ["1.22", "1.23", "1.24"]
3737
test-tags:
3838
["", "-tags nomsgpack", '-tags "sonic avx"', "-tags go_json", "-race"]
3939
include:

0 commit comments

Comments
 (0)