From 91cbe0c2df0fd65df661c043cce0311deb1f1ddf Mon Sep 17 00:00:00 2001 From: Tim Scheuermann Date: Tue, 15 Oct 2019 13:30:18 +0200 Subject: [PATCH 1/2] Removed Go 1.11 from the tested versions --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aecfd9d6..3e1abfe3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: go go: - - "1.11.x" - "1.12.x" - "1.13.x" sudo: false From ed9ef3268ef6419d222358ec892267f1edbca1ce Mon Sep 17 00:00:00 2001 From: Tim Scheuermann Date: Tue, 15 Oct 2019 13:37:14 +0200 Subject: [PATCH 2/2] Readme update for the Go 1.12 requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91e37f68..6ce24efa 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ make install make run ``` -**Note:** WTF is _only_ compatible with Go versions **1.11.0** or later (due to the use of Go modules). If you would like to use `gccgo` to compile, you _must_ use `gccgo-9` or later which introduces support for Go modules. +**Note:** WTF is _only_ compatible with Go versions **1.12.0** or later (due to the use of Go modules and newer standard library functions). If you would like to use `gccgo` to compile, you _must_ use `gccgo-9` or later which introduces support for Go modules. ## Communication