mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-14 12:12:12 +08:00
chore: update Go version in CI workflows and dependencies
- Drop Go version `1.22` from CI workflows - Update go.mod to use Go version `1.23.0` instead of `1.22` Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
parent
94e13d1619
commit
6d999ec344
2
.github/workflows/gin.yml
vendored
2
.github/workflows/gin.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest, macos-latest]
|
||||||
go: ["1.22", "1.23", "1.24"]
|
go: ["1.23", "1.24"]
|
||||||
test-tags:
|
test-tags:
|
||||||
["", "-tags nomsgpack", '-tags "sonic avx"', "-tags go_json", "-race"]
|
["", "-tags nomsgpack", '-tags "sonic avx"', "-tags go_json", "-race"]
|
||||||
include:
|
include:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user