Skip to content

chore: upgrade golangci lint to v1.58.2 #18

chore: upgrade golangci lint to v1.58.2

chore: upgrade golangci lint to v1.58.2 #18

Workflow file for this run

name: Verify
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run GolangCI-Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.58.2
args: --timeout=5m