Skip to content

Commit

Permalink
chore(deps): update dependency golangci/golangci-lint to v1.59.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 10, 2024
1 parent 5fa7e30 commit 9c5a9a6
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
@@ -1,7 +1,7 @@
# renovate: datasource=github-releases depName=mvdan/gofumpt
GOFUMPT_PACKAGE_VERSION := v0.6.0
# renovate: datasource=github-releases depName=golangci/golangci-lint
GOLANGCI_LINT_PACKAGE_VERSION := v1.59.0
GOLANGCI_LINT_PACKAGE_VERSION := v1.59.1

GO ?= go
PACKAGES ?= $(shell go list ./...)
Expand Down

0 comments on commit 9c5a9a6

Please sign in to comment.