Ver código fonte

Go 1.2+ only

Ask Bjørn Hansen 11 anos atrás
pai
commit
f2639a9518
2 arquivos alterados com 2 adições e 2 exclusões
  1. 0 1
      .travis.yml
  2. 2 1
      README.md

+ 0 - 1
.travis.yml

@@ -1,6 +1,5 @@
 language: go
 go:
-  - 1.1
   - 1.2
   - tip
 before_install:

+ 2 - 1
README.md

@@ -6,7 +6,8 @@ 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.
+If you already have go installed, just run `go get` to install the Go
+dependencies. GeoDNS requires Go 1.2 or later.
 
 You will also need the GeoIP C library, on RedHat derived systems
 that's `yum install geoip-devel`.