Skip to content

Merge pull request #126 from sunmi-OS/feature/imp #1

Merge pull request #126 from sunmi-OS/feature/imp

Merge pull request #126 from sunmi-OS/feature/imp #1

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: ./...