Skip to content

Commit 80a6fa0

Browse files
chore(deps): update module github.com/golangci/golangci-lint to v1.60.0
1 parent 0d2a587 commit 80a6fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ help:
99
@echo " lint run linting"
1010

1111
$(GOBIN)/golangci-lint:
12-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v1.55.2
12+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v1.60.0
1313

1414
.PHONY: tools
1515
tools: $(GOBIN)/golangci-lint

0 commit comments

Comments
 (0)