Skip to content

Update golangci-lint to 2.11.3 #6188

Update golangci-lint to 2.11.3

Update golangci-lint to 2.11.3 #6188

Workflow file for this run

name: Go
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Build
run: make build
- name: Test
run: make test