💚 Remove older Go versions

This commit is contained in:
makeworld 2020-08-25 17:22:49 -04:00
parent f98e79b504
commit f5e45a70ed
2 changed files with 6 additions and 3 deletions

View File

@ -1,8 +1,8 @@
language: go
go:
- "1.11" # Debian Stable golang version
- "1.12"
#- "1.11" # Debian Stable golang version, fails - see below
#- "1.12" # Also fails due to progressbar Millisecond requirement
- "1.13"
- "1.14"
- "1.15"
@ -11,4 +11,7 @@ script:
- go test ./...
- go build
env:
GO111MODULE=on
# TODO: GitHub Releases deploy

View File

@ -57,7 +57,7 @@ brew upgrade amfora
```
### From Source
This section is for programmers who want to install from source.
This section is for programmers who want to install from source. Make sure you're using Go 1.13 at least, as earlier versions will fail to build.
Install latest release:
```