ci: improve testing workflow

This commit is contained in:
Antoine Aflalo
2025-09-09 09:19:07 -04:00
parent e47e21386f
commit a380de3fe5
2 changed files with 22 additions and 29 deletions

View File

@@ -23,9 +23,10 @@ jobs:
- uses: actions/checkout@v5
with:
fetch-depth: 0 # this is important, otherwise it won't checkout the full tree (i.e. no previous tags)
- uses: actions/setup-go@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: 1.25
go-version-file: go.mod
cache: true
- uses: sigstore/cosign-installer@v3.9.2 # installs cosign
- uses: anchore/sbom-action/download-syft@v0.20.5 # installs syft