Skip to content

Commit

Permalink
Update golangci-lint to 1.63.4
Browse files Browse the repository at this point in the history
1.63.1 has a few bugs that affected us (especially
golangci/golangci-lint#5285).
  • Loading branch information
dgn committed Jan 7, 2025
1 parent 56b7d14 commit 89dbd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ENV GH_VERSION=2.64.0
ENV GOCOVMERGE_VERSION=b5bfa59ec0adc420475f97f89b58045c721d761c
ENV GOIMPORTS_VERSION=v0.24.0
# When updating the golangci version, you may want to update the common-files config/.golangci* files as well.
ENV GOLANGCI_LINT_VERSION=v1.63.1
ENV GOLANGCI_LINT_VERSION=v1.63.4
ENV GOLANG_GRPC_PROTOBUF_VERSION=v1.5.1
ENV GOLANG_PROTOBUF_VERSION=v1.36.1
# From Nov 21, 2024. The latest tagged version at the time (0.6.0) is missing
Expand Down

0 comments on commit 89dbd32

Please sign in to comment.