Browse Source

3.0 branch needs Go 1.9 or later

Ask Bjørn Hansen 6 years ago
parent
commit
48468f8c67
2 changed files with 2 additions and 3 deletions
  1. 1 2
      .travis.yml
  2. 1 1
      README.md

+ 1 - 2
.travis.yml

@@ -1,9 +1,8 @@
 language: go
 language: go
 go:
 go:
-  - "1.7.4"
-  - "1.8.3"
   - "1.9.4"
   - "1.9.4"
   - "1.10.1"
   - "1.10.1"
+  - "1.11.2"
   - tip
   - tip
 
 
 before_install:
 before_install:

+ 1 - 1
README.md

@@ -15,7 +15,7 @@ forum.
 ## Installation
 ## Installation
 
 
 If you already have go installed, just run `go get` to install the Go
 If you already have go installed, just run `go get` to install the Go
-dependencies. GeoDNS requires Go 1.8 or later.
+dependencies. GeoDNS requires Go 1.9 or later.
 
 
 If you don't have Go installed the easiest way to build geodns from source is to
 If you don't have Go installed the easiest way to build geodns from source is to
 download Go from https://golang.org/dl/ and untar'ing it in
 download Go from https://golang.org/dl/ and untar'ing it in