Skip to content

build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #541

build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0

build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #541

Workflow file for this run

name: Go Vulnerability Checker
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.6"
- run: date
- run: go install golang.org/x/vuln/cmd/govulncheck@latest && govulncheck ./...