Skip to content

Commit

Permalink
Update golang Docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 26, 2024
1 parent d22cd97 commit 4d12def
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion executor/Dockerfile.executor.redhat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.17.13-buster as builder
FROM golang:1.20.5-buster as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion operator/Dockerfile.redhat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.17.13-buster as builder
FROM golang:1.20.5-buster as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion testing/benchmarking/ghz/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.13 as builder
FROM golang:1.22 as builder

ARG GHZ_VERSION
RUN git clone -b ${GHZ_VERSION} https://github.com/bojand/ghz && \
Expand Down

0 comments on commit 4d12def

Please sign in to comment.