Skip to content

chore(deps): bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 #1558

chore(deps): bump golangci/golangci-lint-action from 9.2.0 to 9.2.1

chore(deps): bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 #1558

Workflow file for this run

name: Lint
on:
pull_request:
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
- '.github/workflows/lint.yml'
- '.golangci.yaml'
- '.tool-versions'
permissions:
contents: read
jobs:
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Checkout head
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version-file: 'go.mod'
- name: Run golangci-lint-action
uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1
with:
args: --timeout=2m