Skip to content

Commit 3e11cff

Browse files
authored
gh-actions: export go env path
1 parent 801b049 commit 3e11cff

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,8 @@ jobs:
397397
- name: ⚖️ Licenses
398398
continue-on-error: true
399399
run: |
400+
# github.com/actions/setup-go/issues/27
401+
export PATH=${PATH}:`go env GOPATH`/bin
400402
# installing osv-scanner is ... expensive
401403
# github.com/google/osv-scanner/blob/main/README.md
402404
if ! command -v osv-scanner >/dev/null 2>&1; then

0 commit comments

Comments
 (0)