2
0
Ask Bjørn Hansen 10 жил өмнө
parent
commit
5b5fbfdb9c
2 өөрчлөгдсөн 1 нэмэгдсэн , 2 устгасан
  1. 0 1
      .travis.yml
  2. 1 1
      README.md

+ 0 - 1
.travis.yml

@@ -1,6 +1,5 @@
 language: go
 go:
-  - 1.3
   - 1.4
   - 1.5
   - tip

+ 1 - 1
README.md

@@ -7,7 +7,7 @@ similar services. It supersedes the [pgeodns](http://github.com/abh/pgeodns) ser
 ## Installation
 
 If you already have go installed, just run `go get` to install the Go
-dependencies. GeoDNS requires Go 1.2 or later.
+dependencies. GeoDNS requires Go 1.4 or later.
 
 You will also need the GeoIP C library, on RedHat derived systems
 that's `yum install geoip-devel`.