Skip to content

Commit

Permalink
Update golang Docker tag to v1.14.7 (#3595)
Browse files Browse the repository at this point in the history
* Update golang Docker tag to v1.14.7

* Update e2e Dockerfile to 1.14.7

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Michael Morello <[email protected]>
  • Loading branch information
3 people authored Aug 11, 2020
1 parent 046b8e3 commit 2af071e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.14.6
FROM golang:1.14.7

ENV GOLANGCILINT_VERSION=1.27.0
ENV SHELLCHECK_VERSION=0.7.1
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 golang:1.14.6 as builder
FROM golang:1.14.7 as builder

ARG GO_LDFLAGS
ARG GO_TAGS
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.14.6 as builder
FROM golang:1.14.7 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 golang:1.14.6
FROM golang:1.14.7

ARG E2E_JSON
ENV E2E_JSON $E2E_JSON
Expand Down

0 comments on commit 2af071e

Please sign in to comment.