We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e062bde commit 52fbccbCopy full SHA for 52fbccb
Dockerfile.assisted-installer-build
@@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi9/go-toolset:1.25 AS golang
2
3
ENV GOFLAGS=""
4
5
-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.10.1 && \
6
go install golang.org/x/tools/cmd/goimports@v0.34.0 && \
7
go install github.com/onsi/ginkgo/ginkgo@v1.16.1 && \
8
go install go.uber.org/mock/mockgen@v0.4.0 && \
0 commit comments