Drop old versions (#979)
This commit is contained in:
2
.github/workflows/go.yaml
vendored
2
.github/workflows/go.yaml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest, macos-latest]
|
||||||
go: ['1.12.17', '1.13.15', '1.14.7', '1.15', '1.16', '1.17']
|
go: ['1.15', '1.16', '1.17']
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
env:
|
env:
|
||||||
OS: ${{ matrix.os }}
|
OS: ${{ matrix.os }}
|
||||||
|
|||||||
Reference in New Issue
Block a user