Skip to content

Update dependency golangci/golangci-lint to v1.60.1 #555

Update dependency golangci/golangci-lint to v1.60.1

Update dependency golangci/golangci-lint to v1.60.1 #555

Workflow file for this run

# https://github.com/golangci/golangci-lint-action#how-to-use
name: lint
on:
- push
- pull_request
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: golangci-lint
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.60.1