mirror of
https://github.com/makew0rld/amfora.git
synced 2024-11-12 19:14:48 +03:00
💚 Remove older Go versions
This commit is contained in:
parent
f98e79b504
commit
f5e45a70ed
@ -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
|
||||
|
@ -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:
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user