Skip to content

fix(deps): update module github.com/mattn/go-isatty to v0.0.20 #21

fix(deps): update module github.com/mattn/go-isatty to v0.0.20

fix(deps): update module github.com/mattn/go-isatty to v0.0.20 #21

Workflow file for this run

name: go-test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Git Checkout Go Module
uses: actions/checkout@v4
- name: Set up go
uses: actions/setup-go@v4
with:
go-version: stable
check-latest: true
- name: Dependencies
run: go get -v -t -d ./...
- name: Go test
run: go test -v ./...