diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36d4a5e..58371b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: ['1.18', '1.19', '1.20', '1.21', '1.22', 'stable'] + go-version: ['1.22', 'stable'] steps: - name: Set up Go ${{ matrix.go-version }} uses: actions/setup-go@v3 diff --git a/go.mod b/go.mod index ea7bd71..4c29cc8 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/retailcrm/mg-transport-core/v2 -go 1.21.4 +go 1.22 toolchain go1.22.0