Skip to content

Commit c49bb97

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 6f268af commit c49bb97

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
@@ -10,7 +10,7 @@ default: build
1010
install-tools:
1111
@if [ ! -f $(GOPATH)/bin/golangci-lint ]; then \
1212
echo "installing golangci-lint..."; \
13-
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.17.1; \
13+
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.18.0; \
1414
fi
1515
@if [ ! -f $(GOPATH)/bin/goconvey ]; then \
1616
echo "installing goconvey..."; \

0 commit comments

Comments
 (0)