mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-09 00:22:19 -04:00
Merge pull request #18816 from roidelapluie/roidelapluie/govulncheck-goos
ci: set GOOS=windows for windows_exporter in govulncheck workflow
This commit is contained in:
commit
f22c6db04f
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