From b2b8a956da5bdbefad018f6da0b1b6f8748629da Mon Sep 17 00:00:00 2001 From: fabritsius Date: Fri, 12 Aug 2022 18:14:08 +0400 Subject: [PATCH] Use install keyword to get go-licenses --- .github/workflows/release-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-branch.yml b/.github/workflows/release-branch.yml index 7d32c3e563..537ef9bef1 100644 --- a/.github/workflows/release-branch.yml +++ b/.github/workflows/release-branch.yml @@ -43,7 +43,7 @@ jobs: - name: Create the licence report file run: | - 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 - name: Create branch and push it run: |