Drop Go 1.11 from the build workflow

NB: golang/x/crypto or golang/x/sys seems to not be building on macOS anymore
This commit is contained in:
Christian Rocha
2020-10-02 13:35:29 -04:00
committed by GitHub
parent 4390b305ef
commit 3daa9a991b

View File

@@ -5,7 +5,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.11.x, 1.12.x, 1.13.x, 1.14.x, 1.15.x]
go-version: [1.12.x, 1.13.x, 1.14.x, 1.15.x]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
env: