Merge pull request #36 from dmarkham/golang-bump

golang 1.14
This commit is contained in:
Dan Markham 2020-06-09 14:40:58 -07:00 committed by GitHub
commit 0a1f0e6d70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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