Skip to content

Commit 9db0873

Browse files
authored
Use install keyword to get go-licenses (#637)
1 parent 85b9dcf commit 9db0873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Create the licence report file
4545
run: |
46-
go get github.com/google/go-licenses && go-licenses csv cmd/manager/main.go --stderrthreshold 3 > third_party_licenses.txt
46+
go install github.com/google/go-licenses@latest && go-licenses csv cmd/manager/main.go --stderrthreshold 3 > third_party_licenses.txt
4747
4848
- name: Create branch and push it
4949
run: |

0 commit comments

Comments
 (0)