Update config.yml
closes #40. Update go version in circle config file tested: "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b $(go env GOPATH)/bin v1.32.2 [sudo] password for jag: golangci/golangci-lint info checking GitHub for tag 'v1.32.2' golangci/golangci-lint info found version: 1.32.2 for v1.32.2/linux/amd64 golangci/golangci-lint info installed /home/jag/go/bin/golangci-lint"
This commit is contained in:
parent
774cf3c1d1
commit
5e4a24e68d
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ jobs:
|
||||||
name: default
|
name: default
|
||||||
steps:
|
steps:
|
||||||
- *fast-checkout
|
- *fast-checkout
|
||||||
- run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.30.0
|
- run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.32.2
|
||||||
- run: make lint
|
- run: make lint
|
||||||
check-license:
|
check-license:
|
||||||
executor:
|
executor:
|
||||||
|
|
Loading…
Reference in a new issue