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:
jagdeep sidhu 2020-11-12 16:52:39 -08:00
parent 774cf3c1d1
commit 5e4a24e68d

View file

@ -50,7 +50,7 @@ jobs:
name: default
steps:
- *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
check-license:
executor: