MOve to go 1.17

This commit is contained in:
Dan Markham 2022-03-23 08:51:59 -07:00
parent b43356ef4a
commit 881cbb24bf
No known key found for this signature in database
GPG Key ID: 23F3BED6F1ED9983
2 changed files with 10 additions and 5 deletions

View File

@ -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
@ -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
go.mod
View File

@ -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