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 090038f commit a796b27Copy full SHA for a796b27
.github/workflows/release-branch.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Create the licence report file
46
run: |
47
export PATH="$GOPATH/bin:$PATH"
48
- go install github.com/google/go-licenses@latest && go-licenses csv cmd/manager/main.go --stderrthreshold 3 > third_party_licenses.txt
+ go install github.com/google/go-licenses@v1.0.0 && go-licenses csv cmd/manager/main.go --stderrthreshold 3 > third_party_licenses.txt
49
50
- name: Configure Git
51
0 commit comments