Skip to content

chore(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.0 #651

chore(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.0

chore(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.0 #651

Workflow file for this run

name: Linting with golangci-lint
on:
push:
branches:
- master
paths-ignore:
- "**.md"
- "*.yml"
- "Makefile"
- "docs/*.md"
- ".gitignore"
- "LICENSE"
- ".github/*.yml"
- ".github/ISSUE_TEMPLATE/*.md"
- ".github/*.md"
- ".github/workflows/main.yml"
- ".github/workflows/release.yml"
pull_request:
paths-ignore:
- "**.md"
- "*.yml"
- "Makefile"
- "docs/*.md"
- ".gitignore"
- "LICENSE"
- ".github/*.yml"
- ".github/ISSUE_TEMPLATE/*.md"
- ".github/*.md"
- ".github/workflows/main.yml"
- ".github/workflows/release.yml"
jobs:
golangci:
name: linter
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
checks: write
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
with:
fetch-depth: '0'
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
with:
go-version: 1.22.X
- uses: golangci/golangci-lint-action@23faadfdeb23a6f9e511beaba149bb123b5b145a
with:
version: latest
install-mode: binary