Skip to content

Commit

Permalink
Updating the linter to version that supports for Go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
igooch committed May 3, 2023
1 parent 53e632c commit 59712e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ RUN curl -L ${HELM_URL} > /tmp/helm.tar.gz \
RUN echo "source <(helm completion bash)" >> /root/.bashrc

# install golang-ci linter
RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0
RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.2

# install gotestsum test runner
RUN go install gotest.tools/gotestsum@latest
Expand Down

0 comments on commit 59712e9

Please sign in to comment.