From bf0c4863b255dbefe5c52f4e87e20e7ebd9bd955 Mon Sep 17 00:00:00 2001 From: "cilium-renovate[bot]" <134692979+cilium-renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 18:09:45 +0000 Subject: [PATCH] chore(deps): update docker.io/golangci/golangci-lint docker tag to v1.55.0 Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com> --- .github/workflows/static-checks.yaml | 2 +- Dockerfile.golangci-lint | 2 +- Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/static-checks.yaml b/.github/workflows/static-checks.yaml index fec5facb758..8ad5804076c 100644 --- a/.github/workflows/static-checks.yaml +++ b/.github/workflows/static-checks.yaml @@ -34,7 +34,7 @@ jobs: uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0 with: # renovate: datasource=docker depName=docker.io/golangci/golangci-lint - version: v1.54.2 + version: v1.55.0 args: --config=.golangci.yml --verbose format: diff --git a/Dockerfile.golangci-lint b/Dockerfile.golangci-lint index 37f12b41e91..2ce933970d9 100644 --- a/Dockerfile.golangci-lint +++ b/Dockerfile.golangci-lint @@ -1,4 +1,4 @@ -FROM docker.io/golangci/golangci-lint:v1.54.2@sha256:2082f5379c48c46e447bc1b890512f3aa9339db5eeed1a483a34aae9476ba6ee +FROM docker.io/golangci/golangci-lint:v1.55.0@sha256:6d35004e5b67de36dbdde54a5062d51eb51a076e291f2a71870ea8c980027c47 RUN apt-get -y update RUN apt-get -y install libz-dev libelf-dev diff --git a/Makefile b/Makefile index f85dfbeba0d..dd21df77ae1 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ BUILD_PKG_DIR ?= $(shell pwd)/build/$(TARGET_ARCH) VERSION ?= $(shell git describe --tags --always) # renovate: datasource=docker depName=docker.io/golangci/golangci-lint -GOLANGCILINT_WANT_VERSION = v1.54.2 +GOLANGCILINT_WANT_VERSION = v1.55.0 GOLANGCILINT_VERSION = $(shell golangci-lint version 2>/dev/null) # Do a parallel build with multiple jobs, based on the number of CPUs online