Skip to content

Commit 2da6260

Browse files
chore(deps): update module github.com/golangci/golangci-lint to v1.63.4
1 parent 396ed03 commit 2da6260

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.59.0
13+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v1.63.4
1414

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

0 commit comments

Comments
 (0)