Skip to content

chore(deps): bump anchore/sbom-action from 0.14.1 to 0.17.0 #24

chore(deps): bump anchore/sbom-action from 0.14.1 to 0.17.0

chore(deps): bump anchore/sbom-action from 0.14.1 to 0.17.0 #24

Workflow file for this run

---
name: Go unit tests
on:
workflow_dispatch:
push:
pull_request:
env:
GO_VERSION: '~1.22'
jobs:
golangci:
name: Go Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- name: Test
run: make test