Skip to content

chore: trying to supress the G204 warning #16

chore: trying to supress the G204 warning

chore: trying to supress the G204 warning #16

Workflow file for this run

name: golangci-lint
on: [push, pull_request]
jobs:
golangci:
name: lint
runs-on: windows-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v4
with:
go-version: "1.23.3"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout=10m