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

Bump Go versions

This commit is contained in:
Alexey Palazhchenko 2020-07-22 19:23:51 +03:00 committed by GitHub
parent 3e43e74895
commit 065f45d1ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,9 @@
language: go
go:
- "1.9"
- "1.10"
- "1.11"
- "1.12"
env:
# Temporary workaround for go 1.6
- GODEBUG=cgocheck=0
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libatlas-base-dev