From 4a68cea655f3fc0abafdf07f37d029863cb122cc Mon Sep 17 00:00:00 2001 From: "cilium-renovate[bot]" <134692979+cilium-renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 09:09:45 +0000 Subject: [PATCH] chore(deps): update docker.io/golangci/golangci-lint docker tag to v1.59.1 Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com> --- .github/workflows/static-checks.yaml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static-checks.yaml b/.github/workflows/static-checks.yaml index eb7bd769640..c19f698cb22 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.0 + version: v1.59.1 args: --config=.golangci.yml --verbose format: diff --git a/Makefile b/Makefile index 3cbe27992b0..0d4eb4ba507 100644 --- a/Makefile +++ b/Makefile @@ -368,7 +368,7 @@ protoc-gen-go-tetragon: $(GO_BUILD) -o bin/$@ ./tools/protoc-gen-go-tetragon/ # renovate: datasource=docker -GOLANGCILINT_IMAGE=docker.io/golangci/golangci-lint:v1.59.0@sha256:8ad7dc3d98d77dec753f07408c7683ab854752a3eb8dc6a5e5f0728f9a89ae2c +GOLANGCILINT_IMAGE=docker.io/golangci/golangci-lint:v1.59.1@sha256:b5f8712114561f1e2fbe74d04ed07ddfd992768705033a6251f3c7b848eac38e 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