Disable govulncheck until go 1.25.5 is available in github actions (#2490)

This commit is contained in:
Max
2025-12-02 19:39:12 -08:00
committed by GitHub
parent 48ed3a5d17
commit 8e76e290c0
2 changed files with 2 additions and 1 deletions

View File

@@ -23,5 +23,6 @@ jobs:
only-latest-golang: false
os-dependencies: 'libpcsclite-dev'
run-codeql: true
run-govulncheck: false
test-command: 'V=1 make test'
secrets: inherit

View File

@@ -8,7 +8,7 @@ on:
jobs:
ci:
uses: smallstep/certificates/.github/workflows/ci.yml@master
uses: ./.github/workflows/ci.yml
secrets: inherit
create_release: