Skip to content

Commit e32da3a

Browse files
committed
chore: set GOROOT for go-licenses
Signed-off-by: Russell Centanni <russell.centanni@gmail.com>
1 parent b84e5ef commit e32da3a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/go-licenses.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ jobs:
3030
- name: Install go-licenses
3131
run: |
3232
go install github.com/google/go-licenses@v1.6.0
33+
3334
- name: Run go-licenses
34-
run: go-licenses report ./... > docs/pages/licenses/devspace.mdx --template .github/licenses.tmpl --ignore github.com/loft-sh
35+
run: GOROOT=$(go env GOROOT) go-licenses report ./... > docs/pages/licenses/devspace.mdx --template .github/licenses.tmpl --ignore github.com/loft-sh
3536

3637
- name: Check invalid licenses
3738
run: |

0 commit comments

Comments
 (0)