.github/workflows: bug fix: wrong GOOS for govulncheck

This commit is contained in:
Hajime Hoshi 2022-11-02 13:25:04 +09:00
parent 88af59e468
commit 0153faef09

View File

@ -40,4 +40,3 @@ jobs:
- name: govulncheck
run: |
go run golang.org/x/vuln/cmd/govulncheck@latest -tags=example ./...
env GOOS=js GOARCH=wasm go run golang.org/x/vuln/cmd/govulncheck@latest -tags=example ./...