Skip to content

Commit c07d3b3

Browse files
update golangci-lint for go v1.13+ compatibility
links: golangci/golangci-lint#658
1 parent 5092e34 commit c07d3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/install-lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ function error() {
1010

1111
trap error SIGINT
1212

13-
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s v1.17.1
13+
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.35.2
1414

1515
command -v ./bin/golangci-lint

0 commit comments

Comments
 (0)