Skip to content

build(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.2.0 (… #1105

build(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.2.0 (…

build(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.2.0 (… #1105

Workflow file for this run

name: golangci-lint
on:
push:
tags: [v*]
branches: [main]
paths-ignore:
- "**/*.md"
- "**/*.nix"
- "**/*.lock"
pull_request:
paths-ignore:
- "**/*.md"
- "**/*.nix"
- "**/*.lock"
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Set up Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version: "1.24.5"
- name: golangci-lint
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
with:
version: v2.3.0
args: --timeout 3m0s