Skip to content

Commit

Permalink
Move to go1.15.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarkham committed Jan 31, 2021
1 parent 2479605 commit be4c11f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ require (
golang.org/x/tools v0.0.0-20200221224223-e1da425f72fd
)

go 1.13
go 1.14

0 comments on commit be4c11f

Please sign in to comment.