mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
Update Go matrix to add v1.17
* Add Go v1.17
This commit is contained in:
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -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
4
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user