Skip to content

chore(deps): bump golangci/golangci-lint-action from 8 to 9 #159

chore(deps): bump golangci/golangci-lint-action from 8 to 9

chore(deps): bump golangci/golangci-lint-action from 8 to 9 #159

Workflow file for this run

on: [push, pull_request]
name: linter
permissions:
contents: read
pull-requests: read
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.4.0
only-new-issues: true
args: --verbose