Skip to content

Update lingo.go

Update lingo.go #22

Workflow file for this run

# Govulncheck for push and pull_request, fails the steps if vulnerabilities are found
name: Govulncheck
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
vulnerability-scan:
runs-on: ubuntu-latest
name: Vulnerability Scan
steps:
- uses: golang/govulncheck-action@v1
with:
go-package: ./...