Skip to content

fix: false-positive report constants as "potentially tainted variable" #38

fix: false-positive report constants as "potentially tainted variable"

fix: false-positive report constants as "potentially tainted variable" #38

Workflow file for this run

name: Linting
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: stable
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: latest