Skip to content

Commit f01154e

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 926cf4e commit f01154e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.image-service-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.9.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/golang/mock/mockgen@v1.6.0
88

0 commit comments

Comments
 (0)