Skip to content

Commit 2cea772

Browse files
committed
Upgrade golangci-lint to fix the build
1 parent 76e61c3 commit 2cea772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ $(GOIMPORTS):
5252
go get -u golang.org/x/tools/cmd/goimports
5353

5454
$(GOLANG_CI_LINT):
55-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(BIN_DIR) v2.3.0
55+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(BIN_DIR) v2.12.2
5656

5757
tools: $(GOIMPORTS) $(GOLANG_CI_LINT)
5858

0 commit comments

Comments
 (0)