Drop support for Go 1.8

This commit is contained in:
Christian Muehlhaeuser 2019-09-18 02:30:55 +02:00
parent ad105e3711
commit ddcf0d9696
No known key found for this signature in database
GPG Key ID: 3CF9FA45CA1EBB7E
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@ os:
- osx
go:
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x

View File

@ -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: