Skip to content

Test version change

Test version change #1

Workflow file for this run

name: go vulnerability detect
on:
pull_request:
jobs:
vulnerability_detect:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: actions/setup-go@main
with:
go-version-file: go.mod
- name: run vulnerability detect
run: make govulncheck