Skip to content

Commit

Permalink
#131 Move go_get to tests and out of defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
fubarhouse committed Aug 18, 2019
1 parent 5953063 commit 1d419cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,5 @@ install_go_bootstrap: false
go_build_script: make.bash

# Go get
go_get:
- name: dep
url: github.com/golang/dep/cmd/dep
go_get: []
go_install: []
3 changes: 3 additions & 0 deletions tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
GOPATH: /home/travis/gopath
GOROOT_BOOTSTRAP: /home/travis/goroot1.4
GO111MODULE: "off"
go_get:
- name: dep
url: github.com/golang/dep/cmd/dep

pre_tasks:
- name: Check temporary directory permissions.
Expand Down

0 comments on commit 1d419cb

Please sign in to comment.