Skip to content

chore(deps): bump golang.org/x/tools from 0.38.0 to 0.39.0 #35

chore(deps): bump golang.org/x/tools from 0.38.0 to 0.39.0

chore(deps): bump golang.org/x/tools from 0.38.0 to 0.39.0 #35

Workflow file for this run

name: Vulnerability Check
on: [push, pull_request]
jobs:
vulncheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install Go
uses: actions/[email protected]
with:
go-version-file: go.mod
cache: true
- name: Check for vulnerabilities
run: go run golang.org/x/vuln/cmd/govulncheck@latest ./...