Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a796b27

Browse files
authoredDec 20, 2022
Use go-licenses@v1.0.0 instead of the latest version (#784)
1 parent 090038f commit a796b27

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
@@ -45,7 +45,7 @@ jobs:
4545
- name: Create the licence report file
4646
run: |
4747
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
48+
go install github.com/google/go-licenses@v1.0.0 && go-licenses csv cmd/manager/main.go --stderrthreshold 3 > third_party_licenses.txt
4949
5050
- name: Configure Git
5151
run: |

0 commit comments

Comments
 (0)