Skip to content

Commit

Permalink
Merge pull request #58 from dmarkham/dan/go-bump
Browse files Browse the repository at this point in the history
Move to go 1.17
  • Loading branch information
dmarkham authored Mar 23, 2022
2 parents b43356e + 881cbb2 commit caff60e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ matrix:
allow_failures:
- go: master
include:
- go: 1.15.x
- go: 1.16.x
- go: master
- go: 1.17.x
- go: 1.18.x
env:
global:
- GO111MODULE=on
Expand All @@ -24,6 +23,6 @@ deploy:
- cli/build/enumer.windows-amd64.exe.tar.gz
- cli/build/sha256sum.txt
on:
go: 1.16.x
go: 1.17.x
repo: dmarkham/enumer
tags: true
8 changes: 7 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@ require (
golang.org/x/tools v0.1.9
)

go 1.14
require (
golang.org/x/mod v0.5.1 // indirect
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)

go 1.17

0 comments on commit caff60e

Please sign in to comment.