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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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: