Skip to content

Error handling conflicts again #55

Error handling conflicts again

Error handling conflicts again #55

Workflow file for this run

name: Go vunderability check
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Golang
uses: actions/setup-go@v5
- id: govulncheck
uses: golang/govulncheck-action@v1