fix
This commit is contained in:
parent
bd59dc5e88
commit
83a8e07cdd
|
@ -5,7 +5,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [ 1.16.x, 1.17.x ]
|
go-version: [ 1.16.x, 1.17.x ]
|
||||||
os: [ ubuntu-latest, windows-latest ]
|
os: [ ubuntu-latest ]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
env:
|
env:
|
||||||
GO111MODULE: on
|
GO111MODULE: on
|
||||||
|
|
Loading…
Reference in New Issue