1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-04-25 13:48:49 +08:00

Require Go 1.13+

This commit is contained in:
Alexey Palazhchenko 2020-07-22 19:38:39 +03:00 committed by GitHub
parent c793b1d2c5
commit c40ae76b9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,8 @@
language: go
go:
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
env:
env:
# Temporary workaround for Go 1.6+
- GODEBUG=cgocheck=0
before_install: