update test matrix

This commit is contained in:
Pavel 2024-06-07 17:58:37 +03:00
parent 28b73ae09f
commit 6081756d39
2 changed files with 2 additions and 2 deletions

View File

@ -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

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/retailcrm/mg-transport-core/v2
go 1.21.4
go 1.22
toolchain go1.22.0