Skip to content

bump golangci-lint to 2.7.0 #585

bump golangci-lint to 2.7.0

bump golangci-lint to 2.7.0 #585

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
go:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: "1.25"
- uses: golangci/golangci-lint-action@v9
with:
version: v2.6.1
go_mod:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: "1.25"
- run: |
go mod tidy
git diff --exit-code