We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b9dcf commit 9db0873Copy full SHA for 9db0873
.github/workflows/release-branch.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Create the licence report file
45
run: |
46
- go get github.com/google/go-licenses && go-licenses csv cmd/manager/main.go --stderrthreshold 3 > third_party_licenses.txt
+ go install github.com/google/go-licenses@latest && go-licenses csv cmd/manager/main.go --stderrthreshold 3 > third_party_licenses.txt
47
48
- name: Create branch and push it
49
0 commit comments