Skip to content

chore: bump Go to 1.26.6 #121

chore: bump Go to 1.26.6

chore: bump Go to 1.26.6 #121

Workflow file for this run

name: Security
on:
push:
branches: [main]
pull_request:
schedule:
- cron: "0 6 * * 1"
permissions:
contents: read
jobs:
govulncheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v7
with:
go-version-file: go.mod
- run: go run golang.org/x/vuln/cmd/govulncheck@latest ./...