Skip to content

Commit

Permalink
chore(deps): upgrade golangci-lint used in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jimeh committed Nov 22, 2023
1 parent 05d4d86 commit c38075e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ $(TOOLDIR)/$(1): Makefile
endef

$(eval $(call tool,gofumpt,mvdan.cc/gofumpt@latest))
$(eval $(call tool,golangci-lint,github.com/golangci/golangci-lint/cmd/golangci-lint@v1.40))
$(eval $(call tool,golangci-lint,github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55))
$(eval $(call tool,gomod,github.com/Helcaraxan/gomod@latest))

.PHONY: tools
Expand Down

0 comments on commit c38075e

Please # to comment.