Properly add gopath

This commit is contained in:
konrad 2019-04-27 11:29:02 +02:00
parent e661986b67
commit cf3127a9ee
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ steps:
image: techknowlogick/xgo:latest
pull: true
environment:
GOPATH: /go
GOPATH: /random
GO111MODULE: on
commands:
- export PATH=$PATH:$GOPATH/bin