aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2019-12-29 14:13:59 +0100
committerJakob Unterwurzacher2019-12-29 14:16:06 +0100
commit7116838abb4b1b11ff3371dff7e42bb16e3d8541 (patch)
tree233a601b3296b8cc50237744a25a4392d6f412db
parentdb43bfc4c03b37b8b91bef413f4a75e8d769dc15 (diff)
Travis CI: clean up Go versions
-rw-r--r--.travis.yml15
-rw-r--r--README.md2
2 files changed, 9 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 24123c3..a5cf048 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,14 +7,15 @@ dist: xenial
git:
depth: 300
-# Build with the lastest versions of Go 1.7 and later
-# See https://golang.org/dl/
+# Build with the lastest relevant Go versions
+# Relevance is determined from:
+# * https://golang.org/dl/
+# * https://packages.debian.org/search?keywords=golang&searchon=names&exact=1&suite=all&section=all
+# * https://packages.ubuntu.com/search?keywords=golang&searchon=names&exact=1&suite=all&section=all
go:
- - 1.9.x
- - 1.10.x
- - 1.11.x
- - 1.12.x
- - 1.12.x
+ - 1.11.x # Debian 10 "Buster"
+ - 1.12.x # Ubuntu 19.10
+ - 1.13.x # Debian 11 "Bullseye"
- stable
before_install:
diff --git a/README.md b/README.md
index 4e33a15..38cacdb 100644
--- a/README.md
+++ b/README.md
@@ -93,7 +93,7 @@ as well as in the go-fuse library.
Compile
-------
-With [go 1.7 or higher](.travis.yml#L12):
+With [go 1.11 or higher](.travis.yml#L12):
$ go get -d github.com/rfjakob/gocryptfs
$ cd $(go env GOPATH)/src/github.com/rfjakob/gocryptfs