From 41dbb9d147a0324fe3602ebb303d96d35d95a988 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 21:55:05 +0000 Subject: [PATCH] NO-ISSUE: Update module github.com/golangci/golangci-lint to v2.12.2 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile.assisted-service-build | 2 +- ci-images/Dockerfile.lint | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.assisted-service-build b/Dockerfile.assisted-service-build index 6fe0e86a45b4..ec96dce56d7c 100644 --- a/Dockerfile.assisted-service-build +++ b/Dockerfile.assisted-service-build @@ -1,6 +1,6 @@ FROM registry.access.redhat.com/ubi9/go-toolset:1.25 AS golang -RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/main/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.8.0 +RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/main/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.12.2 RUN go install gotest.tools/gotestsum@v1.12.3 FROM quay.io/centos/centos:stream9 diff --git a/ci-images/Dockerfile.lint b/ci-images/Dockerfile.lint index 5919c6e52778..475bd63ab413 100644 --- a/ci-images/Dockerfile.lint +++ b/ci-images/Dockerfile.lint @@ -1,5 +1,5 @@ FROM base -RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/main/install.sh | sh -s -- -b /usr/bin v2.8.0 +RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/main/install.sh | sh -s -- -b /usr/bin v2.12.2 RUN dnf install -y diffutils