From 6081756d39da0668a5f9ff99a2448bec41d39b57 Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Fri, 7 Jun 2024 17:58:37 +0300 Subject: [PATCH] update test matrix --- .github/workflows/ci.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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