Skip to content

Commit

Permalink
Migrate to go module (kubeflow#886)
Browse files Browse the repository at this point in the history
* Migrate to go mod

* rm gopkg

* update travis ci

* remove dep totally

* remove dep from developer guide
  • Loading branch information
hzxuzhonghu authored Apr 23, 2020
1 parent 92a6611 commit 3e528cb
Show file tree
Hide file tree
Showing 7 changed files with 440 additions and 1,415 deletions.
12 changes: 0 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,6 @@ language: go
go:
- 1.14.x

env:
- DEP_VERSION="0.5.4"

before_install:
# Download the binary to bin folder in $GOPATH
- curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 -o $GOPATH/bin/dep
# Make the binary executable
- chmod +x $GOPATH/bin/dep

install:
- dep ensure

go_import_path: github.com/GoogleCloudPlatform/spark-on-k8s-operator

script:
Expand Down
Loading

0 comments on commit 3e528cb

Please sign in to comment.