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#

networkservicemesh/deployments-k8s PR link: https://github.com/networkservicemesh/deployments-k8s/pull/

networkservicemesh/deployments-k8s commit message:
commit 6cf3705
Author: Ed Warnicke <hagbard@gmail.com>
Date:   Tue Feb 2 13:57:39 2021 -0600

    Merge pull request #17 from denis-tingaikin/fix-automerge

    fix: automerge job should allow only go files

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Feb 2, 2021
1 parent 6cf3705 commit b4a36f3
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 = "485da763"
s.Version = "133aec62"
s.Dir = "../" // Note: this should be synced with input parameters in gen.go file
s.Suite.SetupSuite()
}

0 comments on commit b4a36f3

Please sign in to comment.