mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-09 00:22:19 -04:00
ci: set GOOS=windows for windows_exporter in govulncheck workflow
Signed-off-by: Julien Pivotto <291750+roidelapluie@users.noreply.github.com>
This commit is contained in:
parent
e22a55b241
commit
ee5eb8f0d9
1 changed files with 2 additions and 0 deletions
2
.github/workflows/govulncheck.yml
vendored
2
.github/workflows/govulncheck.yml
vendored
|
|
@ -22,3 +22,5 @@ jobs:
|
|||
steps:
|
||||
- id: govulncheck
|
||||
uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4
|
||||
env:
|
||||
GOOS: ${{ contains(github.repository, 'windows_exporter') && 'windows' || '' }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue