Skip to content

Commit b211a64

Browse files
NO-ISSUE: Update module github.com/golangci/golangci-lint to v2.11.2
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 58413fa commit b211a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.assisted-installer-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi9/go-toolset:1.25 AS golang
22

33
ENV GOFLAGS=""
44

5-
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.8.0 && \
5+
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.11.2 && \
66
go install golang.org/x/tools/cmd/goimports@v0.34.0 && \
77
go install github.com/onsi/ginkgo/ginkgo@v1.16.1 && \
88
go install go.uber.org/mock/mockgen@v0.4.0 && \

0 commit comments

Comments
 (0)