Skip to content

Commit cef6580

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.assisted_installer_agent-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.12.1 && \
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 github.com/golang/mock/mockgen@v1.6.0 && \

0 commit comments

Comments
 (0)