Skip to content

Commit 61ba0af

Browse files
committed
RHINENG-19363: update golangci-lint version
Update golangci-lint version to one that was built with at least go1.23.0 to resolve mismatch between the go versions of the app and golangci-lint, which is the most likely cause of failing check on all PRs.
1 parent 6ef460f commit 61ba0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN if [ "$INSTALL_TOOLS" == "yes" ] ; then \
2929
go install github.com/swaggo/swag/cmd/swag@v1.16.4 && \
3030
go install gotest.tools/gotestsum@v1.12.0 && \
3131
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
32-
| sh -s -- -b $(go env GOPATH)/bin v1.63.4 ; \
32+
| sh -s -- -b $(go env GOPATH)/bin v1.64.8 ; \
3333
fi
3434

3535
ADD --chown=insights:insights dev/kafka/secrets/ca.crt /opt/kafka/

0 commit comments

Comments
 (0)