Skip to content

Commit 3a9c2aa

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.assisted-service-build

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

3-
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/main/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.8.0
3+
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/main/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.11.4
44
RUN go install gotest.tools/gotestsum@v1.12.3
55

66
FROM quay.io/centos/centos:stream9

ci-images/Dockerfile.lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM base
22

3-
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/main/install.sh | sh -s -- -b /usr/bin v2.8.0
3+
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/main/install.sh | sh -s -- -b /usr/bin v2.11.4
44

55
RUN dnf install -y diffutils

0 commit comments

Comments
 (0)