mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 11:48:55 +01:00
.github/workflows: bug fix: wrong GOOS for govulncheck
This commit is contained in:
parent
88af59e468
commit
0153faef09
1
.github/workflows/vuln.yml
vendored
1
.github/workflows/vuln.yml
vendored
@ -40,4 +40,3 @@ jobs:
|
|||||||
- name: govulncheck
|
- name: govulncheck
|
||||||
run: |
|
run: |
|
||||||
go run golang.org/x/vuln/cmd/govulncheck@latest -tags=example ./...
|
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 ./...
|
|
||||||
|
Loading…
Reference in New Issue
Block a user