Skip to content

Commit 25fe60d

Browse files
authored
Update golangci-lint v1.35.2 -> v1.37.0 (#14747)
1 parent d38ae59 commit 25fe60d

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
@@ -708,7 +708,7 @@ pr\#%: clean-all
708708
golangci-lint:
709709
@hash golangci-lint > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
710710
export BINARY="golangci-lint"; \
711-
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.35.2; \
711+
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.37.0; \
712712
fi
713713
golangci-lint run --timeout 10m
714714

0 commit comments

Comments
 (0)