Skip to content

chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #70

chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0

chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #70

Workflow file for this run

name: VulnerabilityScan
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
go:
name: Run tests on Go via container
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1'
- name: Install govulncheck
run: go install "golang.org/x/vuln/cmd/govulncheck@latest"
- name: Check Critical Vulnerabilities
run: govulncheck ./...