Move to go 1.13.x for default build

This commit is contained in:
Dan Markham 2020-02-23 13:30:02 -08:00
parent 49fa643993
commit f6864bbebc
No known key found for this signature in database
GPG Key ID: 80673ED3335C219F
2 changed files with 4 additions and 2 deletions

View File

@ -4,8 +4,8 @@ matrix:
allow_failures:
- go: master
include:
- go: 1.11.x
- go: 1.12.x
- go: 1.13.x
- go: master
env:
global:
@ -24,6 +24,6 @@ deploy:
- cli/build/enumer.windows-amd64.exe.tar.gz
- cli/build/sha256sum.txt
on:
go: 1.12.x
go: 1.13.x
repo: dmarkham/enumer
tags: true

2
go.mod
View File

@ -4,3 +4,5 @@ require (
github.com/pascaldekloe/name v0.0.0-20180628100202-0fd16699aae1
golang.org/x/tools v0.0.0-20190404132500-923d25813098
)
go 1.13