Skip to content

Commit

Permalink
Use go-licenses@v1.0.0 instead of the latest version (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabritsius authored Dec 20, 2022
1 parent 090038f commit a796b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Create the licence report file
run: |
export PATH="$GOPATH/bin:$PATH"
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
- name: Configure Git
run: |
Expand Down

0 comments on commit a796b27

Please sign in to comment.