Skip to content

chore(deps): update golangci/golangci-lint-action action to v6.2.0 (#… #535

chore(deps): update golangci/golangci-lint-action action to v6.2.0 (#…

chore(deps): update golangci/golangci-lint-action action to v6.2.0 (#… #535

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- "master"
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.23.3
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/[email protected]
with:
args: --timeout=5m