Skip to content

Commit

Permalink
Enable GOPROXY in default preset
Browse files Browse the repository at this point in the history
  • Loading branch information
cblecker committed Jul 29, 2019
1 parent 5d0d953 commit b351a57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -635,3 +635,7 @@ presets:
hostPath:
path: /sys/fs/cgroup
type: Directory
# enable GOPROXY by default
- env:
- name: GOPROXY
value: "https://proxy.golang.org"

0 comments on commit b351a57

Please sign in to comment.