diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5b66fe09..93c68b19 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,7 +32,7 @@ jobs: - name: Lint Go uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0 with: - version: v1.60.1 # renovate: datasource=github-releases depName=golangci/golangci-lint + version: v1.60.2 # renovate: datasource=github-releases depName=golangci/golangci-lint actionlint: name: Actionlint diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7b7e86e2..a52f8793 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: - id: detect-private-key - repo: https://github.com/golangci/golangci-lint - rev: v1.60.1 + rev: v1.60.2 hooks: - id: golangci-lint-full diff --git a/Makefile b/Makefile index ed8e78d3..4e98d1bf 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .DEFAULT_GOAL := build-goreleaser # renovate: datasource=github-releases depName=golangci/golangci-lint -GOLANGCI_LINT_VERSION = v1.60.1 +GOLANGCI_LINT_VERSION = v1.60.2 .PHONY: test test: