From 3e90f37689a73e96cf67bd2e04fcbcbd32f7e735 Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Wed, 3 Dec 2025 14:55:50 +0100 Subject: [PATCH] Revert "Disable govulncheck until go 1.25.5 is available in github actions (#2490)" This reverts commit 8e76e290c0e37f09d13660ed2d5c8b01e80377d6. --- .github/workflows/ci.yml | 1 - .github/workflows/release.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dad1420d..9b831a90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,5 @@ jobs: only-latest-golang: false os-dependencies: 'libpcsclite-dev' run-codeql: true - run-govulncheck: false test-command: 'V=1 make test' secrets: inherit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0bb4d893..a7c233cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: ci: - uses: ./.github/workflows/ci.yml + uses: smallstep/certificates/.github/workflows/ci.yml@master secrets: inherit create_release: