Skip to content

chore: bump golangci-lint to 1.61.0 #173

chore: bump golangci-lint to 1.61.0

chore: bump golangci-lint to 1.61.0 #173

Workflow file for this run

name: lint
on: [push]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.61.0