Skip to content

Commit 67b892e

Browse files
chore(deps): update module github.com/golangci/golangci-lint to v1.59.0
1 parent 8c0343b commit 67b892e

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
@@ -10,7 +10,7 @@ help:
1010
@echo " tidy tidy go mod"
1111

1212
$(GOBIN)/golangci-lint:
13-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v1.54.0
13+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v1.59.0
1414

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

0 commit comments

Comments
 (0)