Skip to content
Snippets Groups Projects
Commit 1f703689 authored by Andrew Morgan's avatar Andrew Morgan
Browse files

Make sure gomodule is enabled for CI that puts the repo in gopath

parent 98faefe1
No related branches found
No related tags found
No related merge requests found
language: go
go:
- 1.11
env:
- GO111MODULE=on
script:
- ./build.sh
......@@ -23,6 +23,7 @@ install:
build_script:
- set GOBIN=%CD%/bin
- set GO111MODULE=on
- go install -v ./cmd/...
artifacts:
......
#!/bin/bash
GO111MODULE=on GOBIN=$PWD/`dirname $0`/bin go install -v ./cmd/...
GOBIN=$PWD/`dirname $0`/bin go install -v ./cmd/...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment