forked from Mirrors/bubbletea
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:
parent
4390b305ef
commit
3daa9a991b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue