diff --git a/.github/workflows/gin.yml b/.github/workflows/gin.yml index 99bfcdad..4552b24e 100644 --- a/.github/workflows/gin.yml +++ b/.github/workflows/gin.yml @@ -33,7 +33,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - go: ["1.22", "1.23", "1.24"] + go: ["1.23", "1.24"] test-tags: ["", "-tags nomsgpack", '-tags "sonic avx"', "-tags go_json", "-race"] include: diff --git a/go.mod b/go.mod index a8032b70..04867216 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,6 @@ module github.com/gin-gonic/gin -go 1.22 -toolchain go1.23.7 +go 1.23.0 require ( github.com/bytedance/sonic v1.11.6