Skip to content

Merge branch 'main' of github.com:guoming0000/gocore #3

Merge branch 'main' of github.com:guoming0000/gocore

Merge branch 'main' of github.com:guoming0000/gocore #3

Workflow file for this run

name: "govulncheck"
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
schedule:
- cron: '24 1 * * 0'
jobs:
govulncheck_job:
runs-on: ubuntu-latest
name: Run govulncheck
steps:
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.20.6
go-package: ./...