Skip to content

Commit

Permalink
Update golang Docker tag to v1.17.6 (elastic#5234)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
2 people authored and naemono committed Jan 13, 2022
1 parent 232aaef commit 48488f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci/Dockerfile
@@ -1,5 +1,5 @@
# Docker image used for continuous integration
FROM golang:1.17.5
FROM golang:1.17.6

ENV GOLANGCILINT_VERSION=1.38.0
ENV SHELLCHECK_VERSION=0.7.1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,5 +1,5 @@
# Build the operator binary
FROM --platform=$TARGETPLATFORM golang:1.17.5 as builder
FROM --platform=$TARGETPLATFORM golang:1.17.6 as builder

ARG TARGETPLATFORM
ARG BUILDPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion hack/manifest-gen/Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.17.5 as builder
FROM golang:1.17.6 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
@@ -1,5 +1,5 @@
# Docker image for the E2E tests runner
FROM --platform=$TARGETPLATFORM golang:1.17.5
FROM --platform=$TARGETPLATFORM golang:1.17.6

ARG TARGETPLATFORM
ARG BUILDPLATFORM
Expand Down

0 comments on commit 48488f7

Please sign in to comment.