Skip to content

🌱 Bump golangci/golangci-lint-action from 6 to 9 #2252

🌱 Bump golangci/golangci-lint-action from 6 to 9

🌱 Bump golangci/golangci-lint-action from 6 to 9 #2252

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@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.24.x
- name: Analysis
uses: golangci/golangci-lint-action@v9
with:
args: -v