Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update misc tools #2637

Merged
merged 4 commits into from
Aug 25, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/build-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ENV COSIGN_VERSION=v2.1.1
ENV CRANE_VERSION=v0.16.1
ENV GCLOUD_VERSION=443.0.0
ENV GCR_AUTH_VERSION=2.1.6
ENV GH_VERSION=2.32.1
ENV GH_VERSION=2.33.0
ENV GOCOVMERGE_VERSION=b5bfa59ec0adc420475f97f89b58045c721d761c
ENV GOIMPORTS_VERSION=v0.9.1
# When updating the golangci version, you may want to update the common-files config/.golangci* files as well.
Expand All @@ -69,7 +69,7 @@ ENV KUBETEST2_VERSION=b019714a389563c9a788f119f801520d059b6533
ENV OTEL_CLI_VERSION=159cd1ec2e3f992e5f963dc70269b068c1038738
ENV PROTOC_GEN_GRPC_GATEWAY_VERSION=v1.16.0
ENV PROTOC_GEN_VALIDATE_VERSION=1.0.1
ENV PROTOC_VERSION=24.0
ENV PROTOC_VERSION=24.1
ENV PROTOLOCK_VERSION=v0.16.0
ENV SHELLCHECK_VERSION=v0.9.0
ENV SU_EXEC_VERSION=0.3.1
Expand Down
Loading