Skip to content

Bump golangci/golangci-lint-action from 8 to 9 in the gh-actions-dependencies group #91

Bump golangci/golangci-lint-action from 8 to 9 in the gh-actions-dependencies group

Bump golangci/golangci-lint-action from 8 to 9 in the gh-actions-dependencies group #91

Workflow file for this run

name: Lint Golang Codebase
on:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.5