Skip to content

Commit

Permalink
ci: update action go.mod to 1.17
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Madhu-1 committed Dec 9, 2021
1 parent 0a84b22 commit 3c39212
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 374 deletions.
11 changes: 9 additions & 2 deletions actions/retest/go.mod
Original file line number Diff line number Diff line change
@@ -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
)
9 changes: 0 additions & 9 deletions actions/retest/vendor/golang.org/x/oauth2/go.mod

This file was deleted.

Loading

0 comments on commit 3c39212

Please sign in to comment.