Update Go matrix to add v1.17

* Add Go v1.17
This commit is contained in:
Dalton Hubble
2021-10-04 21:21:56 -07:00
parent 2918a228ce
commit bd9f53ac4e
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ['1.14', '1.15', '1.16']
go: ['1.16', '1.17']
steps:
- name: setup
uses: actions/setup-go@v2

4
go.mod
View File

@@ -1,5 +1,7 @@
module github.com/poseidon/matchbox
go 1.16
require (
github.com/ajeddeloh/go-json v0.0.0-20160803184958-73d058cf8437 // indirect
github.com/ajeddeloh/yaml v0.0.0-20170912190910-6b94386aeefd // indirect
@@ -20,5 +22,3 @@ require (
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
google.golang.org/grpc v1.41.0
)
go 1.13