Skip to content

chore(deps): update anchore/sbom-action action to v0.17.4 #263

chore(deps): update anchore/sbom-action action to v0.17.4

chore(deps): update anchore/sbom-action action to v0.17.4 #263

Workflow file for this run

name: tests
on:
pull_request:
branches:
- main
- next
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.23.x
- name: download go mods
run: |
go mod download
- name: run go tests
run: |
go test -timeout 60s -run ./...