1
0
mirror of synced 2024-11-22 04:56:06 +03:00

change go version in go.mod

This commit is contained in:
Ruslan Efanov 2022-10-28 12:51:58 +03:00
parent a321456c78
commit 53406701e4
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
go-version: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16', '1.17'] go-version: ['1.13', '1.14', '1.15', '1.16', '1.17']
steps: steps:
- name: Set up Go ${{ matrix.go-version }} - name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v2 uses: actions/setup-go@v2

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/retailcrm/mg-transport-api-client-go module github.com/retailcrm/mg-transport-api-client-go
go 1.11 go 1.13
require ( require (
github.com/google/go-querystring v1.0.0 github.com/google/go-querystring v1.0.0