Skip to content

build(deps): bump golangci/golangci-lint-action from 4 to 5 #123

build(deps): bump golangci/golangci-lint-action from 4 to 5

build(deps): bump golangci/golangci-lint-action from 4 to 5 #123

Workflow file for this run

name: golangci-lint
on:
pull_request:
permissions:
contents: read
# Write permissions are required in order to produce annotations.
checks: write
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ">=1.21"
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
with:
version: v1.56
# pkg-cache interferes with the one from setup-go
skip-pkg-cache: true
only-new-issues: true
args: -c .github/.golangci.yml