Skip to content

chore(deps): bump golangci/golangci-lint-action from 6.5.2 to 9.1.0 #3499

chore(deps): bump golangci/golangci-lint-action from 6.5.2 to 9.1.0

chore(deps): bump golangci/golangci-lint-action from 6.5.2 to 9.1.0 #3499

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches: [ "main", "release-v*" ]
tags:
- 'v*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.24.x
- name: Analysis
uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
with:
args: -v