diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index cfc0222..cdd4e51 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -30,7 +30,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - go: [1.18, 1.19, "1.20", 1.21, 1.22] + go: ["1.20", 1.21, 1.22, 1.23] include: - os: ubuntu-latest go-build: ~/.cache/go-build diff --git a/go.mod b/go.mod index 4901557..3d90789 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/gin-contrib/cors -go 1.18 +go 1.20 require ( github.com/gin-gonic/gin v1.10.0