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

Workflow file for this run

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