Skip to content

bump golang.org/x/tools to v0.13.0 to fix panic in tests (#38) #40

bump golang.org/x/tools to v0.13.0 to fix panic in tests (#38)

bump golang.org/x/tools to v0.13.0 to fix panic in tests (#38) #40

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
jobs:
golangci:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.23
- uses: actions/checkout@v4
- run: make lint
- run: make test
- run: make build