We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2c565e commit 3a9c2aaCopy full SHA for 3a9c2aa
2 files changed
Dockerfile.assisted-service-build
@@ -1,6 +1,6 @@
1
FROM registry.access.redhat.com/ubi9/go-toolset:1.25 AS golang
2
3
-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.11.4
4
RUN go install gotest.tools/gotestsum@v1.12.3
5
6
FROM quay.io/centos/centos:stream9
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.11.4
RUN dnf install -y diffutils
0 commit comments