Skip to content

chore(ci/verify): upgrade golangci action to v5 #20

chore(ci/verify): upgrade golangci action to v5

chore(ci/verify): upgrade golangci action to v5 #20

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@v5
with:
version: v1.58.2
args: --timeout=5m