mirror of
https://github.com/retailcrm/api-client-go.git
synced 2025-04-03 13:13:37 +03:00
fix ci config
This commit is contained in:
parent
7b07bcb311
commit
0853bbf1ea
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -16,8 +16,8 @@ jobs:
|
|||
matrix:
|
||||
go-version: ['1.8', '1.9', '1.10', '1.11', '1.12', '1.13']
|
||||
include:
|
||||
go-version: '1.14'
|
||||
coverage: 1
|
||||
- go-version: '1.14'
|
||||
coverage: 1
|
||||
steps:
|
||||
- name: Set up Go ${{ matrix.go-version }}
|
||||
uses: actions/setup-go@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue