Skip to content

Bump golang.org/x/net from 0.17.0 to 0.23.0 #60

Bump golang.org/x/net from 0.17.0 to 0.23.0

Bump golang.org/x/net from 0.17.0 to 0.23.0 #60

Workflow file for this run

name: vulns
on:
push:
branches:
- master
pull_request:
jobs:
vulns:
name: Vulnerability scanner
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
# go-version-file: 'go.mod'
go-version: 1.21.3
- name: install depm
run: go install github.com/goark/depm@latest
- name: WriteGoList
run: depm list --json > go.list
- name: Nancy
uses: sonatype-nexus-community/nancy-github-action@main