Skip to content

fix: bump golangci-lint to v2.13.0 for Go 1.27 support #269

fix: bump golangci-lint to v2.13.0 for Go 1.27 support

fix: bump golangci-lint to v2.13.0 for Go 1.27 support #269

Workflow file for this run

# yamllint disable rule:line-length
---
name: General
"on":
pull_request:
permissions:
contents: read
packages: read
jobs:
MCVS-general-action:
strategy:
matrix:
args:
- testing-type: lint-action
- testing-type: lint-commit
- testing-type: lint-git
- testing-type: security-file-system
- testing-type: yamllint
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: schubergphilis/mcvs-general-action@03b7d82ed321d30353707237ce1d95a65899548c # v0.6.2
with:
testing-type: ${{ matrix.args.testing-type }}