mirror of
https://github.com/makew0rld/amfora.git
synced 2024-12-04 14:46:29 -05:00
💚 Remove older Go versions
This commit is contained in:
parent
f98e79b504
commit
f5e45a70ed
@ -1,8 +1,8 @@
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- "1.11" # Debian Stable golang version
|
#- "1.11" # Debian Stable golang version, fails - see below
|
||||||
- "1.12"
|
#- "1.12" # Also fails due to progressbar Millisecond requirement
|
||||||
- "1.13"
|
- "1.13"
|
||||||
- "1.14"
|
- "1.14"
|
||||||
- "1.15"
|
- "1.15"
|
||||||
@ -11,4 +11,7 @@ script:
|
|||||||
- go test ./...
|
- go test ./...
|
||||||
- go build
|
- go build
|
||||||
|
|
||||||
|
env:
|
||||||
|
GO111MODULE=on
|
||||||
|
|
||||||
# TODO: GitHub Releases deploy
|
# TODO: GitHub Releases deploy
|
||||||
|
@ -57,7 +57,7 @@ brew upgrade amfora
|
|||||||
```
|
```
|
||||||
|
|
||||||
### From Source
|
### 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:
|
Install latest release:
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user