mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-21 20:36:03 +03:00
add go 1.17 to test matrix
This commit is contained in:
parent
baddbe95b2
commit
5ca00138b2
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -41,9 +41,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16']
|
||||
go-version: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16', '1.17']
|
||||
include:
|
||||
- go-version: '1.14'
|
||||
- go-version: '1.17'
|
||||
coverage: 1
|
||||
steps:
|
||||
- name: Set up Go ${{ matrix.go-version }}
|
||||
|
Loading…
Reference in New Issue
Block a user