diff --git a/.github/workflows/static-checks.yaml b/.github/workflows/static-checks.yaml index 1f5b4b5dfdb..ec44fa5027b 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.55.1 + version: v1.55.2 args: --config=.golangci.yml --verbose format: diff --git a/Dockerfile.golangci-lint b/Dockerfile.golangci-lint index 93922768d4c..72992a57203 100644 --- a/Dockerfile.golangci-lint +++ b/Dockerfile.golangci-lint @@ -1,4 +1,4 @@ -FROM docker.io/golangci/golangci-lint:v1.55.1@sha256:c4e67eb904109ade78e2f38d98a424502f016db5676409390469bcdafea0f57d +FROM docker.io/golangci/golangci-lint:v1.55.2@sha256:e699df940be1810b08ba6ec050bfc34cc1931027283b5a7f607fb6a67b503876 RUN apt-get -y update RUN apt-get -y install libz-dev libelf-dev diff --git a/Makefile b/Makefile index 66c1e52a7cf..ab60e97ef27 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.55.1 +GOLANGCILINT_WANT_VERSION = v1.55.2 GOLANGCILINT_VERSION = $(shell golangci-lint version 2>/dev/null) # Do a parallel build with multiple jobs, based on the number of CPUs online