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 Aug 20, 2021
1 parent f631c66 commit d1e69a0
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 = "aa5ca6da"
s.checkout.Version = "b38e5d45"
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 d1e69a0

Please sign in to comment.