0
0
mirror of https://github.com/thegeeklab/wp-plugin-go.git synced 2024-10-22 23:30:39 +00:00

chore(deps): update dependency golangci/golangci-lint to v1.59.0

This commit is contained in:
renovate[bot] 2024-05-27 00:24:40 +00:00
parent ec3b3263f8
commit 07d29586c9

View File

@ -1,7 +1,7 @@
# renovate: datasource=github-releases depName=mvdan/gofumpt # renovate: datasource=github-releases depName=mvdan/gofumpt
GOFUMPT_PACKAGE_VERSION := v0.6.0 GOFUMPT_PACKAGE_VERSION := v0.6.0
# renovate: datasource=github-releases depName=golangci/golangci-lint # renovate: datasource=github-releases depName=golangci/golangci-lint
GOLANGCI_LINT_PACKAGE_VERSION := v1.58.2 GOLANGCI_LINT_PACKAGE_VERSION := v1.59.0
GO ?= go GO ?= go
PACKAGES ?= $(shell go list ./...) PACKAGES ?= $(shell go list ./...)