Skip to content

start release pipeline on workflow_dispatch #1620

start release pipeline on workflow_dispatch

start release pipeline on workflow_dispatch #1620

Workflow file for this run

---
name: Go Vulnerability Checker
on: # yamllint disable-line rule:truthy
push:
branches:
- main
tags:
- v*
pull_request:
permissions: read-all
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
with:
go-version: 1.25.1
- run: |-
set -euo pipefail
make vulncheck