Skip to content

chore(deps): bump anchore/sbom-action from 0.17.0 to 0.17.1 (#169) #315

chore(deps): bump anchore/sbom-action from 0.17.0 to 0.17.1 (#169)

chore(deps): bump anchore/sbom-action from 0.17.0 to 0.17.1 (#169) #315

Workflow file for this run

name: build
on:
push:
branches:
- "main"
tags:
- "v*"
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- run: go mod tidy
- run: go test -v ./...