Skip to content

chore(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 #298

chore(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0

chore(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 #298

Workflow file for this run

name: Build and Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.18
- name: Check out code
uses: actions/checkout@v1
- name: Run Unit tests.
run: make test