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