Skip to content

chore: add govulncheck to check for vulnerabilities in the code #11

chore: add govulncheck to check for vulnerabilities in the code

chore: add govulncheck to check for vulnerabilities in the code #11

Workflow file for this run

name: linter
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.57.2