Skip to content

build(deps): bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 #938

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

build(deps): bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 #938

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v2*
branches:
- master
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: stable
- uses: golangci/golangci-lint-action@v9.2.1
with:
version: v2.12.2