Attempt to force GitHub Actions to use go1.15.5

This commit is contained in:
Matthew Penner 2020-11-15 13:00:33 -07:00
parent aedd0e406c
commit b9be373671

View File

@ -13,7 +13,7 @@ jobs:
matrix:
os: [ ubuntu-20.04 ]
go: [ 1.15 ]
go: [ 1.15.5 ]
goos: [ linux ]
goarch: [ amd64, arm, arm64 ]