use go install, not get

This commit is contained in:
Roy Crihfield 2022-10-04 13:39:50 -05:00
parent 615fad1aa7
commit 66f17eba94

View File

@ -25,7 +25,7 @@ jobs:
run: go version
- name: Install tparse
run: |
export GO111MODULE="on" && go get github.com/mfridman/tparse@latest
export GO111MODULE="on" && go install github.com/mfridman/tparse@latest
- uses: actions/cache@v3
with:
path: ~/go/bin