Skip to content

Bump golang.org/x/term from 0.25.0 to 0.26.0 #43

Bump golang.org/x/term from 0.25.0 to 0.26.0

Bump golang.org/x/term from 0.25.0 to 0.26.0 #43

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@v4
- name: set up Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: test
run: |
go test -v -race ./...
go vet ./...