add Go mod support

This commit is contained in:
Marten Seemann
2019-02-27 17:43:56 +09:00
parent d28794a944
commit c00eb1f5b5
84 changed files with 53 additions and 21469 deletions

View File

@@ -10,13 +10,14 @@ jobs:
default: false
docker:
- image: << parameters.image >>
environment:
GO111MODULE: "on"
working_directory: /go/src/github.com/lucas-clemente/quic-go
steps:
- checkout
- run:
name: "Setup build environment"
command: |
go get -t ./...
go get github.com/onsi/ginkgo/ginkgo
go get github.com/onsi/gomega
- run: