1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Merge pull request #701 from noxer/patch-1

Removed Go 1.11 from the tested versions
This commit is contained in:
Chris Cummer 2019-10-15 10:17:11 -07:00 committed by GitHub
commit 8937fa2f45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
language: go language: go
go: go:
- "1.11.x"
- "1.12.x" - "1.12.x"
- "1.13.x" - "1.13.x"
sudo: false sudo: false

View File

@ -127,7 +127,7 @@ make install
make run make run
``` ```
**Note:** WTF is _only_ compatible with Go versions **1.11.0** or later (due to the use of Go modules). If you would like to use `gccgo` to compile, you _must_ use `gccgo-9` or later which introduces support for Go modules. **Note:** WTF is _only_ compatible with Go versions **1.12.0** or later (due to the use of Go modules and newer standard library functions). If you would like to use `gccgo` to compile, you _must_ use `gccgo-9` or later which introduces support for Go modules.
## Communication ## Communication