Skip to content

chore(lint): bump golangci-lint to v2.5.0 #134

chore(lint): bump golangci-lint to v2.5.0

chore(lint): bump golangci-lint to v2.5.0 #134

Workflow file for this run

on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: '1.23'
- run: go test -race ./...