Skip to content

Commit

Permalink
Go and dependency upgrades (kubeflow#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuchaoran2011 authored Feb 27, 2020
1 parent 3df7030 commit 4d5fcaf
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
language: go

go:
- 1.12.x
- 1.14.x

env:
- DEP_VERSION="0.5.3"
- DEP_VERSION="0.5.4"

before_install:
# Download the binary to bin folder in $GOPATH
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

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

FROM golang:1.12.5-alpine as builder
ARG DEP_VERSION="0.5.3"
FROM golang:1.14.0-alpine as builder
ARG DEP_VERSION="0.5.4"
RUN apk add --no-cache bash git
ADD https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 /usr/bin/dep
RUN chmod +x /usr/bin/dep
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.rh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

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

FROM golang:1.12.5-alpine as builder
ARG DEP_VERSION="0.5.3"
FROM golang:1.14.0-alpine as builder
ARG DEP_VERSION="0.5.4"
RUN apk add --no-cache bash git
ADD https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 /usr/bin/dep
RUN chmod +x /usr/bin/dep
Expand Down
23 changes: 17 additions & 6 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ required = [

[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.19.11"
version = "1.29.11"

[[constraint]]
branch = "master"
name = "github.com/golang/glog"

[[constraint]]
name = "github.com/spf13/cobra"
version = "0.0.3"
version = "0.0.6"

[[constraint]]
name = "github.com/stretchr/testify"
Expand Down

0 comments on commit 4d5fcaf

Please sign in to comment.