Skip to content

chore(deps): update golangci/golangci-lint-action action to v6.1.1 #357

chore(deps): update golangci/golangci-lint-action action to v6.1.1

chore(deps): update golangci/golangci-lint-action action to v6.1.1 #357

Workflow file for this run

---
name: Lint (Golang)
on: # yamllint disable-line rule:truthy
pull_request:
types: [opened, synchronize]
paths:
- .github/workflows/lint.golang.yml
- go.*
- cmd/**
- pkg/**
jobs:
golangci-lint:
name: Golang CI lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
# renovate: datasource=golang-version
go-version: '1.22'
check-latest: true
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
with:
# renovate: datasource=github-releases depName=golangci/golangci-lint
version: v1.56.2