0
0
mirror of https://github.com/thegeeklab/wp-plugin-go.git synced 2024-06-02 18:39:40 +02:00

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

This commit is contained in:
renovate[bot] 2024-02-12 02:02:02 +00:00 committed by GitHub
parent 31d672035c
commit d5868cfb33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.55.2
GOLANGCI_LINT_PACKAGE_VERSION := v1.56.1
GO ?= go
PACKAGES ?= $(shell go list ./...)