We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c8620 commit 3b28645Copy full SHA for 3b28645
.github/workflows/gin.yml
@@ -33,7 +33,7 @@ jobs:
33
strategy:
34
matrix:
35
os: [ubuntu-latest, macos-latest]
36
- go: ["1.22", "1.23"]
+ go: ["1.22", "1.23", "1.24"]
37
test-tags:
38
["", "-tags nomsgpack", '-tags "sonic avx"', "-tags go_json", "-race"]
39
include:
0 commit comments