Skip to content

Commit 8e76e29

Browse files
authored
Disable govulncheck until go 1.25.5 is available in github actions (#2490)
1 parent 48ed3a5 commit 8e76e29

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ jobs:
2323
only-latest-golang: false
2424
os-dependencies: 'libpcsclite-dev'
2525
run-codeql: true
26+
run-govulncheck: false
2627
test-command: 'V=1 make test'
2728
secrets: inherit

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
ci:
11-
uses: smallstep/certificates/.github/workflows/ci.yml@master
11+
uses: ./.github/workflows/ci.yml
1212
secrets: inherit
1313

1414
create_release:

0 commit comments

Comments
 (0)