Skip to content

Commit ed610ed

Browse files
committed
ci: use go modules when installing gnmi_target
1 parent 4b9644d commit ed610ed

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ jobs:
6161
- name: Install gnmi_target
6262
shell: bash
6363
run: |
64-
go get -u github.com/google/gnxi/gnmi_target
65-
go install -v github.com/google/gnxi/gnmi_target
64+
GO111MODULE=on go get github.com/google/gnxi/gnmi_target
6665
echo `go env GOPATH`/bin >> $GITHUB_PATH
6766
6867
- name: Run tests

0 commit comments

Comments
 (0)