Skip to content

Bump github.com/golangci/golangci-lint/v2 from 2.8.0 to 2.11.4 in /tools #124

Bump github.com/golangci/golangci-lint/v2 from 2.8.0 to 2.11.4 in /tools

Bump github.com/golangci/golangci-lint/v2 from 2.8.0 to 2.11.4 in /tools #124

name: Static Analysis
on: [push, pull_request]
jobs:
static-analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: verify
run: make verify