diff --git a/Dockerfile.assisted-installer-build b/Dockerfile.assisted-installer-build index 1a3c45510..757ae7ba2 100644 --- a/Dockerfile.assisted-installer-build +++ b/Dockerfile.assisted-installer-build @@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi9/go-toolset:1.25 AS golang ENV GOFLAGS="" -RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.8.0 && \ +RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.11.3 && \ go install golang.org/x/tools/cmd/goimports@v0.34.0 && \ go install github.com/onsi/ginkgo/ginkgo@v1.16.1 && \ go install go.uber.org/mock/mockgen@v0.4.0 && \