Use go get

This commit is contained in:
Neil Alexander 2020-09-27 14:02:41 +01:00
parent e760cbe08c
commit 60379f6f04
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -13,7 +13,7 @@ jobs:
- run:
name: Run golangci-lint
command: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.31.0
go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.31.0
golangci-lint run
build-linux:
@ -216,8 +216,14 @@ workflows:
jobs:
- verify
- build-linux
requires:
- verify
- build-macos
requires:
- verify
- build-other
requires:
- verify
- upload:
requires:
- build-linux