Skip to content

fix(deps): bump golang.org/x/term from 0.15.0 to 0.16.0 #67

fix(deps): bump golang.org/x/term from 0.15.0 to 0.16.0

fix(deps): bump golang.org/x/term from 0.15.0 to 0.16.0 #67

Workflow file for this run

name: go test
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup
uses: actions/setup-go@v5
with:
go-version: '1.20'
- name: test
run: go build
- name: test
run: go test -v ./...