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
…ployments-k8s@main networkservicemesh/deployments-k8s#166

networkservicemesh/deployments-k8s PR link: networkservicemesh/deployments-k8s#166

networkservicemesh/deployments-k8s commit message:
commit e0cf9c2
Author: Ed Warnicke <hagbard@gmail.com>
Date:   Sun Jan 31 14:53:51 2021 -0600

    Merge pull request #13 from denis-tingaikin/add-update-deps-job

    feat: add update deps job for integration-tests

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Feb 1, 2021
1 parent e0cf9c2 commit b0cabfa
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 @@ -28,7 +28,7 @@ type Suite struct {

func (s *Suite) SetupSuite() {
s.Repository = "networkservicemesh/deployments-k8s"
s.Version = "ed613752"
s.Version = "23a15430"
s.Dir = "../" // Note: this should be synced with input parameters in gen.go file
s.Suite.SetupSuite()
}

0 comments on commit b0cabfa

Please sign in to comment.