Drop support for Go 1.8

pull/7/head
Christian Muehlhaeuser 2019-09-18 02:30:55 +02:00
rodzic ad105e3711
commit ddcf0d9696
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 3CF9FA45CA1EBB7E
2 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

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