Attempt to force GitHub Actions to use go1.15.5
This commit is contained in:
parent
aedd0e406c
commit
b9be373671
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
|
||||
matrix:
|
||||
os: [ ubuntu-20.04 ]
|
||||
go: [ 1.15 ]
|
||||
go: [ 1.15.5 ]
|
||||
goos: [ linux ]
|
||||
goarch: [ amd64, arm, arm64 ]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user