diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 70f02ff..1b78c60 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ jobs: build: strategy: matrix: - go-version: [1.19.x, 1.20.x, 1.21.x, 1.22.x] + go-version: [1.20.x, 1.21.x, 1.22.x] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cdd3716..d56f0bc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.19.x, 1.20.x, 1.21.x, 1.22.x] + go-version: [1.20.x, 1.21.x, 1.22.x] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: diff --git a/go.mod b/go.mod index 9a95c4b..1df0c0e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/fasthttp/router -go 1.19 +go 1.20 require ( github.com/savsgio/gotils v0.0.0-20240303185622-093b76447511