Skip to content

Bump github.com/mattn/go-isatty from 0.0.18 to 0.0.19 in /v3 #12

Bump github.com/mattn/go-isatty from 0.0.18 to 0.0.19 in /v3

Bump github.com/mattn/go-isatty from 0.0.18 to 0.0.19 in /v3 #12

Workflow file for this run

name: Go
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17
- name: Test
working-directory: ./v3
run: go test -v ./...