Skip to content

fix(deps): bump golang.org/x/term from 0.25.0 to 0.26.0 #91

fix(deps): bump golang.org/x/term from 0.25.0 to 0.26.0

fix(deps): bump golang.org/x/term from 0.25.0 to 0.26.0 #91

Workflow file for this run

---
name: test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: build binary
run: make build
- name: run all tests
run: make tests