Skip to content

ci: bump golangci-lint-action to v9.2.0 and golangci-lint to v2.11.3 #38

ci: bump golangci-lint-action to v9.2.0 and golangci-lint to v2.11.3

ci: bump golangci-lint-action to v9.2.0 and golangci-lint to v2.11.3 #38

Workflow file for this run

on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: 1.25.x
- run: go test -race ./...