Skip to content

chore(deps): bump golang.org/x/term from 0.27.0 to 0.28.0 #180

chore(deps): bump golang.org/x/term from 0.27.0 to 0.28.0

chore(deps): bump golang.org/x/term from 0.27.0 to 0.28.0 #180

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Golang
uses: actions/setup-go@v3
with:
go-version: ">=1.20.0"
- name: Run go vet
run: go vet -v ./...
- name: Run go test
run: go test -v -race ./...