only support go1.13

This commit is contained in:
thinkerou 2019-11-30 10:27:18 +08:00 committed by GitHub
parent a83a7b7c0f
commit 4c27b80fa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,8 @@ jobs:
strategy: strategy:
fail-fast: true fail-fast: true
matrix: matrix:
go_version: [1.11.x, 1.12.x, 1.13.x, master] # go_version: [1.11.x, 1.12.x, 1.13.x, master]
go-version: [1.13.x]
os: [ubuntu-latest, windows-latest, macOS-latest] os: [ubuntu-latest, windows-latest, macOS-latest]
steps: steps:
@ -39,7 +40,8 @@ jobs:
strategy: strategy:
fail-fast: true fail-fast: true
matrix: matrix:
go_version: [1.11.x, 1.12.x, 1.13.x, master] # go_version: [1.11.x, 1.12.x, 1.13.x, master]
go_version: [1.13.x]
os: [ubuntu-latest, windows-latest, macOS-latest] os: [ubuntu-latest, windows-latest, macOS-latest]
steps: steps: