Skip to content

Commit

Permalink
fix: downgrade golicenses per google/go-licenses#128
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gillson <[email protected]>
  • Loading branch information
TylerGillson committed Nov 8, 2023
1 parent 5851a93 commit 6f1d969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bulwark-golicences.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: sudo apt-get install -y git

- name: install-golicenses
run: GOBIN=/usr/local/bin go install github.com/google/go-licenses@latest
run: GOBIN=/usr/local/bin go install github.com/google/go-licenses@v1.0.0

- name: checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 6f1d969

Please sign in to comment.