Skip to content

Commit

Permalink
Fix .travis.yml for go-modules, bump minimum Go version to 1.11 becau…
Browse files Browse the repository at this point in the history
…se Gin requires http.SameSite, only supported in 1.11 onwards
  • Loading branch information
rafaeleyng committed Dec 20, 2020
1 parent 86219df commit 83038a3
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
language: go

go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
- 1.15.x
- tip

install:
- go get github.com/gin-gonic/gin
- go get github.com/opentracing/opentracing-go
- go get github.com/uber/jaeger-client-go
- go get github.com/uber/jaeger-client-go/zipkin

script:
- test -z $(gofmt -l .)
- go test -v -cover -race ./...

0 comments on commit 83038a3

Please sign in to comment.