Skip to content

🌱(deps): Bump golangci/golangci-lint-action from 6.3.1 to 6.5.0 in the all-gha-deps group #1252

🌱(deps): Bump golangci/golangci-lint-action from 6.3.1 to 6.5.0 in the all-gha-deps group

🌱(deps): Bump golangci/golangci-lint-action from 6.3.1 to 6.5.0 in the all-gha-deps group #1252

Workflow file for this run

name: golangci-lint
on:
push:
pull_request:
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@5a083d0e9a84784eb32078397cf5459adecb4c40 # v5.2.0
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.61.0
args: --timeout 5m