Skip to content

Commit 19a0cc9

Browse files
Update golangci
1 parent 33063f8 commit 19a0cc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ version: 2.1
1616
executors:
1717
default:
1818
docker:
19-
- image: circleci/golang:1.13
19+
- image: circleci/golang:1.15
2020
user: root # go directory is owned by root
2121
working_directory: /go/src/github.com/coinbase/rosetta-sdk-go
2222
environment:
@@ -51,7 +51,7 @@ jobs:
5151
name: default
5252
steps:
5353
- *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
54+
- run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.32.2
5555
- run: make lint
5656
check-license:
5757
executor:

0 commit comments

Comments
 (0)