Skip to content

Bump github.com/fatih/color from 1.14.1 to 1.15.0 in /v3 #14

Bump github.com/fatih/color from 1.14.1 to 1.15.0 in /v3

Bump github.com/fatih/color from 1.14.1 to 1.15.0 in /v3 #14

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 ./...