Skip to content

Bump golangci/golangci-lint-action from 9.2.1 to 9.3.0 in the actions group #607

Bump golangci/golangci-lint-action from 9.2.1 to 9.3.0 in the actions group

Bump golangci/golangci-lint-action from 9.2.1 to 9.3.0 in the actions group #607

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version: "1.25"
check-latest: true
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0
with:
version: "v2.5"