Merge pull request #58 from dmarkham/dan/go-bump

Move to go 1.17
This commit is contained in:
Dan Markham 2022-03-23 08:59:54 -07:00 committed by GitHub
commit caff60ea13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 5 deletions

View File

@ -4,9 +4,8 @@ matrix:
allow_failures: allow_failures:
- go: master - go: master
include: include:
- go: 1.15.x - go: 1.17.x
- go: 1.16.x - go: 1.18.x
- go: master
env: env:
global: global:
- GO111MODULE=on - GO111MODULE=on
@ -24,6 +23,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.16.x go: 1.17.x
repo: dmarkham/enumer repo: dmarkham/enumer
tags: true tags: true

8
go.mod
View File

@ -5,4 +5,10 @@ require (
golang.org/x/tools v0.1.9 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