Skip to content

Bump github.com/CycloneDX/cyclonedx-go from 0.7.1 to 0.7.2 #111

Bump github.com/CycloneDX/cyclonedx-go from 0.7.1 to 0.7.2

Bump github.com/CycloneDX/cyclonedx-go from 0.7.1 to 0.7.2 #111

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
workflow_dispatch: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.20.x
cache: true
- name: Download
run: go mod download
- name: Vet
run: go vet
- name: Test
run: go test ./...