chore: install go-licenses@v2 in scripts

Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
Babak K. Shandiz 2026-01-07 15:48:02 +00:00
parent 249de236bd
commit cd61e6ce45
No known key found for this signature in database
GPG key ID: 9472CAEFF56C742E
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# Manage go-licenses version externally for CI
if [ "$CI" != "true" ]; then
go install github.com/google/go-licenses@latest
go install github.com/google/go-licenses/v2@latest
fi
# Verify go-licenses is available

View file

@ -2,7 +2,7 @@
# Manage go-licenses version externally for CI
if [ "$CI" != "true" ]; then
go install github.com/google/go-licenses@latest
go install github.com/google/go-licenses/v2@latest
fi
# Setup temporary directory for generated license reports