Skip to content

Commit

Permalink
Merge pull request #141 from fubarhouse/issue/140
Browse files Browse the repository at this point in the history
PR for #140: Re-add GOPROXY to go_get tasks
  • Loading branch information
fubarhouse authored Oct 9, 2019
2 parents 7de3051 + 928c31b commit eb7d74a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/go-get.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
environment:
GOPATH: "{{ GOPATH }}"
GOROOT: "{{ GOROOT }}"
GOPROXY: "{{ GOPROXY }}"
GO111MODULE: "{{ GO111MODULE }}"
with_items: "{{ go_get }}"
changed_when: false
Expand All @@ -37,6 +38,7 @@
environment:
GOPATH: "{{ GOPATH }}"
GOROOT: "{{ GOROOT }}"
GOPROXY: "{{ GOPROXY }}"
GO111MODULE: "on"
with_items: "{{ go_get }}"
changed_when: false
Expand All @@ -49,6 +51,7 @@
environment:
GOPATH: "{{ GOPATH }}"
GOROOT: "{{ GOROOT }}"
GOPROXY: "{{ GOPROXY }}"
GO111MODULE: "off"
with_items: "{{ go_get }}"
changed_when: false
Expand Down

0 comments on commit eb7d74a

Please sign in to comment.