Skip to content

Commit abf9702

Browse files
committed
chore(ci): replace go get with go install
1 parent b864ca1 commit abf9702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)