diff --git a/.github/workflows/static-checks.yaml b/.github/workflows/static-checks.yaml index 106b1bc8466..977ee4d43f7 100644 --- a/.github/workflows/static-checks.yaml +++ b/.github/workflows/static-checks.yaml @@ -48,7 +48,7 @@ jobs: uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1 with: # renovate: datasource=docker depName=docker.io/golangci/golangci-lint - version: v1.59.1 + version: v1.60.1 args: --config=.golangci.yml --verbose format: diff --git a/Makefile b/Makefile index dcc94a6df20..9326cb1de93 100644 --- a/Makefile +++ b/Makefile @@ -236,7 +236,7 @@ tarball-clean: ##@ Test # renovate: datasource=docker -GOLANGCILINT_IMAGE=docker.io/golangci/golangci-lint:v1.59.1@sha256:b5f8712114561f1e2fbe74d04ed07ddfd992768705033a6251f3c7b848eac38e +GOLANGCILINT_IMAGE=docker.io/golangci/golangci-lint:v1.60.1@sha256:799e4ab272bbe830d202a373714ef6e0ea0b2f9948ce4c39fec930b7eeaee001 GOLANGCILINT_WANT_VERSION := $(subst @sha256,,$(patsubst v%,%,$(word 2,$(subst :, ,$(lastword $(subst /, ,$(GOLANGCILINT_IMAGE))))))) GOLANGCILINT_VERSION = $(shell golangci-lint version 2>/dev/null) .PHONY: check