Move to go1.15.x

This commit is contained in:
Dan Markham 2021-01-30 23:39:52 -08:00
parent 2479605aa2
commit be4c11f837
No known key found for this signature in database
GPG Key ID: 80673ED3335C219F
2 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@ matrix:
allow_failures:
- go: master
include:
- go: 1.13.x
- go: 1.14.x
- go: 1.15.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.14.x
go: 1.15.x
repo: dmarkham/enumer
tags: true

2
go.mod
View File

@ -5,4 +5,4 @@ require (
golang.org/x/tools v0.0.0-20200221224223-e1da425f72fd
)
go 1.13
go 1.14