Skip to content

Commit 6dcd92d

Browse files
committed
⬆️ update golangci/golangci-lint to 1.18.0
This resolves issue golangci/golangci-lint#658 when compiling with go1.13.
1 parent 8a163c7 commit 6dcd92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install-tools:
1313
fi
1414
@if [ ! -f $(GOPATH)/bin/golangci-lint ]; then \
1515
echo "installing golangci-lint..."; \
16-
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.17.1; \
16+
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.18.0; \
1717
fi
1818

1919
install-deps:

0 commit comments

Comments
 (0)