Skip to content

Commit

Permalink
Update go.mod and go.sum to latest version from networkservicemesh/de…
Browse files Browse the repository at this point in the history
  • Loading branch information
nsmbot authored Jun 18, 2021
1 parent dc2b500 commit c408752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/base/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func (s *Suite) TearDownSuite() {
// SetupSuite runs all extensions
func (s *Suite) SetupSuite() {
s.checkout.Repository = "networkservicemesh/deployments-k8s"
s.checkout.Version = "c650a9be"
s.checkout.Version = "52cf7146"
s.checkout.Dir = "../" // Note: this should be synced with input parameters in gen.go file

s.checkout.SetT(s.T())
Expand Down

0 comments on commit c408752

Please sign in to comment.