Skip to content

Commit

Permalink
Update BUF_VERSION, GOLANGCILINT_VERSION and `GRPC_HEALTH_PROBE_V…
Browse files Browse the repository at this point in the history
…ERSION`

Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
  • Loading branch information
antgamdia committed Jan 8, 2024
1 parent 735988f commit eb084e2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cmd/apprepository-controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARG VERSION
ARG lint

# https://github.com/golangci/golangci-lint/releases
ARG GOLANGCILINT_VERSION="1.53.3"
ARG GOLANGCILINT_VERSION="1.55.2"

RUN if [ ! -z "$lint" ]; then \
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v$GOLANGCILINT_VERSION && \
Expand Down
2 changes: 1 addition & 1 deletion cmd/asset-syncer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARG VERSION
ARG lint

# https://github.com/golangci/golangci-lint/releases
ARG GOLANGCILINT_VERSION="1.53.3"
ARG GOLANGCILINT_VERSION="1.55.2"

RUN if [ ! -z "$lint" ]; then \
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v$GOLANGCILINT_VERSION && \
Expand Down
6 changes: 3 additions & 3 deletions cmd/kubeapps-apis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ ARG TARGETARCH
ARG lint

# https://github.com/bufbuild/buf/releases/
ARG BUF_VERSION="1.26.0"
ARG BUF_VERSION="1.28.1"

# https://github.com/golangci/golangci-lint/releases
ARG GOLANGCILINT_VERSION="1.53.3"
ARG GOLANGCILINT_VERSION="1.55.2"

# https://github.com/grpc-ecosystem/grpc-health-probe/releases/
ARG GRPC_HEALTH_PROBE_VERSION="0.4.19"
ARG GRPC_HEALTH_PROBE_VERSION="0.4.24"

# Install lint tools
RUN if [ ! -z "$lint" ]; then \
Expand Down
2 changes: 1 addition & 1 deletion cmd/oci-catalog/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG VERSION="devel"
ARG TARGETARCH

# https://github.com/grpc-ecosystem/grpc-health-probe/releases/
ARG GRPC_HEALTH_PROBE_VERSION="0.4.19"
ARG GRPC_HEALTH_PROBE_VERSION="0.4.24"

# Ensure protoc is available for the build.rs step.
RUN apt-get update && apt-get -y install --no-install-recommends protobuf-compiler && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit eb084e2

Please sign in to comment.