Skip to content

Commit

Permalink
Update dependency golang to v1.18.3 (#5722)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Jun 3, 2022
1 parent 1d75614 commit 59c68cc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Docker image used for continuous integration
FROM golang:1.18.2
FROM golang:1.18.3

ENV GOLANGCILINT_VERSION=1.45.2
ENV SHELLCHECK_VERSION=0.8.0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the operator binary
FROM --platform=$TARGETPLATFORM golang:1.18.2 as builder
FROM --platform=$TARGETPLATFORM golang:1.18.3 as builder

ARG TARGETPLATFORM
ARG BUILDPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the operator binary
FROM --platform=$TARGETPLATFORM golang:1.18.2 as builder
FROM --platform=$TARGETPLATFORM golang:1.18.3 as builder

ARG TARGETPLATFORM
ARG BUILDPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion hack/manifest-gen/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18.2 as builder
FROM golang:1.18.3 as builder
ADD . /manifest-gen
WORKDIR /manifest-gen
ENV GO111MODULE=on CGO_ENABLED=0 GOOS=linux
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Docker image for the E2E tests runner
FROM --platform=$TARGETPLATFORM golang:1.18.2
FROM --platform=$TARGETPLATFORM golang:1.18.3

ARG TARGETPLATFORM
ARG BUILDPLATFORM
Expand Down

0 comments on commit 59c68cc

Please sign in to comment.