We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33063f8 commit 19a0cc9Copy full SHA for 19a0cc9
.circleci/config.yml
@@ -16,7 +16,7 @@ version: 2.1
16
executors:
17
default:
18
docker:
19
- - image: circleci/golang:1.13
+ - image: circleci/golang:1.15
20
user: root # go directory is owned by root
21
working_directory: /go/src/github.com/coinbase/rosetta-sdk-go
22
environment:
@@ -51,7 +51,7 @@ jobs:
51
name: default
52
steps:
53
- *fast-checkout
54
- - run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.27.0
+ - run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.32.2
55
- run: make lint
56
check-license:
57
executor:
0 commit comments