Skip to content

Commit

Permalink
Updated Go to v1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
yuchaoran2011 committed Feb 26, 2019
1 parent 35c5778 commit bfaf048
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
language: go

go:
- 1.11.x
- 1.12.x

env:
- DEP_VERSION="0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

ARG SPARK_IMAGE=gcr.io/spark-operator/spark:v2.4.0

FROM golang:1.11.5-alpine as builder
FROM golang:1.12.0-alpine as builder
ARG DEP_VERSION="0.5.0"
RUN apk add --no-cache bash git
ADD https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 /usr/bin/dep
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

ARG SPARK_IMAGE=gcr.io/spark-operator/spark:v2.4.0

FROM golang:1.11.5-alpine as builder
FROM golang:1.12.0-alpine as builder
ARG DEP_VERSION="0.5.0"
RUN apk add --no-cache bash git
ADD https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 /usr/bin/dep
Expand Down

0 comments on commit bfaf048

Please sign in to comment.