ci: update action go.mod to 1.17

As we are updating the cephcsi main repo
to golang 1.17, updating the action package
to golang 1.17

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna
2021-12-09 11:03:34 +05:30
committed by mergify[bot]
parent 51a5bde97f
commit 9f9ef0eca5
4 changed files with 15 additions and 374 deletions

View File

@ -1,9 +1,16 @@
module github.com/ceph/ceph-csi/actions/retest
go 1.16
go 1.17
require (
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-querystring v1.1.0 // indirect
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
)
require (
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.25.0 // indirect
)