Skip to content

Bump golang.org/x/term from 0.14.0 to 0.15.0 #19

Bump golang.org/x/term from 0.14.0 to 0.15.0

Bump golang.org/x/term from 0.14.0 to 0.15.0 #19

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@v4
with:
go-version-file: "go.mod"
- name: test
run: |
go test -v -race ./...
go vet ./...