Remove go get from CI steps

git-svn-id: file:///srv/svn/repo/toyohime/trunk@99 922d331f-388e-da47-97a9-ad700dc0b8b9
This commit is contained in:
jonbetti 2018-06-07 19:30:30 +00:00
parent 41e62311ed
commit cc996bef0d

View File

@ -6,7 +6,6 @@ pipeline:
build:
image: golang:latest
commands:
- go get -t ./...
- go test ./...
- go build ./...
docker: