Skip to content

chore(deps): Bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 in the actions group #38

chore(deps): Bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 in the actions group

chore(deps): Bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 in the actions group #38

Workflow file for this run

name: Pull request checks
on:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: .go-version
- name: Lint
uses: golangci/golangci-lint-action@v9.0.0
with:
version: v2.4.0