We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9644d commit ed610edCopy full SHA for ed610ed
1 file changed
.github/workflows/main.yml
@@ -61,8 +61,7 @@ jobs:
61
- name: Install gnmi_target
62
shell: bash
63
run: |
64
- go get -u github.com/google/gnxi/gnmi_target
65
- go install -v github.com/google/gnxi/gnmi_target
+ GO111MODULE=on go get github.com/google/gnxi/gnmi_target
66
echo `go env GOPATH`/bin >> $GITHUB_PATH
67
68
- name: Run tests
0 commit comments