diff options
author | Jakob Unterwurzacher | 2019-05-01 19:07:48 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2019-05-01 19:07:48 +0200 |
commit | cf99cfd401153c6d92573bca1078348e1a3cc285 (patch) | |
tree | 94208388c27e9ee42e7aeaca29295bbe237f4804 | |
parent | ceff6833cf59951381640d844b9ad527abb31e88 (diff) |
travis: drop Go 1.7 and 1.8
Fails with
get "golang.org/x/crypto/scrypt": verifying non-authoritative meta tag
package math/bits: unrecognized import path "math/bits" (import path does not begin with hostname)
Other projects have dropped the old Go version for the same
reason, example: https://github.com/nmrshll/gphotos-uploader-cli/issues/7
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 5c95012..1e1494b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,6 @@ git: # Build with the lastest versions of Go 1.7 and later # See https://golang.org/dl/ go: - - 1.7.x - - 1.8.x - 1.9.x - 1.10.x - 1.11.x |