Skip to content

Commit

Permalink
ci: add go version 1.24 to GitHub Actions (#4154)
Browse files Browse the repository at this point in the history
- Add Go version `1.24` to the GitHub Actions workflow

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy authored Feb 12, 2025
1 parent c3c8620 commit 3b28645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: ["1.22", "1.23"]
go: ["1.22", "1.23", "1.24"]
test-tags:
["", "-tags nomsgpack", '-tags "sonic avx"', "-tags go_json", "-race"]
include:
Expand Down

0 comments on commit 3b28645

Please sign in to comment.