Skip to content

Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 #919

Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1

Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 #919

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
paths-ignore:
- '*.md'
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: Run golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23.2'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6.1.1
with:
args: --timeout 3m --verbose