Skip to content

Bump github.com/github/go-spdx/v2 from 2.3.1 to 2.3.2 #7

Bump github.com/github/go-spdx/v2 from 2.3.1 to 2.3.2

Bump github.com/github/go-spdx/v2 from 2.3.1 to 2.3.2 #7

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '>=1.20'
- name: Install dependencies
run: go mod download
- name: Run tests
run: go test ./... -v