mirror of
https://github.com/osrg/gobgp.git
synced 2024-05-11 05:55:10 +00:00
support go1.11
and drop go1.9. Also disable windows build on travis-ci and enable openbsd instead. We can support windows but I'm too lazy. Signed-off-by: FUJITA Tomonori <[email protected]>
This commit is contained in:
+3
-3
@@ -62,7 +62,7 @@ matrix:
|
||||
- <<: *_unittest
|
||||
env:
|
||||
- DESCRIPTION="Unit Tests"
|
||||
go: 1.9
|
||||
go: 1.11
|
||||
- <<: *_unittest
|
||||
env:
|
||||
- DESCRIPTION="Tests + goreleaser + cover"
|
||||
@@ -87,9 +87,9 @@ matrix:
|
||||
# See https://github.com/travis-ci/travis-ci/issues/6126
|
||||
- <<: *_build
|
||||
env:
|
||||
- GOOS="windows"
|
||||
- GOOS="openbsd"
|
||||
before_script:
|
||||
- export GOOS="windows"
|
||||
- export GOOS="openbsd"
|
||||
- go env
|
||||
- <<: *_build
|
||||
env:
|
||||
|
||||
@@ -15,7 +15,7 @@ Try [a binary release](https://github.com/osrg/gobgp/releases/latest).
|
||||
|
||||
## To start developing GoBGP
|
||||
|
||||
You need a working [Go environment](https://golang.org/doc/install) (1.9 or newer).
|
||||
You need a working [Go environment](https://golang.org/doc/install) (1.10 or newer).
|
||||
|
||||
```bash
|
||||
$ go get -u github.com/golang/dep/cmd/dep
|
||||
|
||||
Reference in New Issue
Block a user