Commit d9c02ca8 authored by Geoff Simmons's avatar Geoff Simmons

Update gitlab CI script.

parent 964ba318
image: golang:1.10.5
image: golang:1.11.6
cache:
paths:
......@@ -16,10 +16,9 @@ stages:
- test
before_script:
- go get -u golang.org/x/vgo
- go get -u golang.org/x/lint/golint
- go get -d -v github.com/slimhazard/gogitversion
- vgo mod download
- go mod download
- pushd /go/src/github.com/slimhazard/gogitversion
- make install
- popd
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment