From ddcf0d9696a1feba08feb22f235e4e27c1362901 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Wed, 18 Sep 2019 02:30:55 +0200 Subject: [PATCH] Drop support for Go 1.8 --- .travis.yml | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3b77546..9345479 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ os: - osx go: - - 1.8.x - 1.9.x - 1.10.x - 1.11.x diff --git a/README.md b/README.md index 9eb35dc..6d6300f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ mastotool offers a collection of tools to work with your Mastodon account ### From source -Make sure you have a working Go environment (Go 1.8 or higher is required). +Make sure you have a working Go environment (Go 1.9 or higher is required). See the [install instructions](http://golang.org/doc/install.html). Compiling mastotool is easy, simply run: