Skip to content

Bump github.com/fatih/color from 1.15.0 to 1.16.0 #38

Bump github.com/fatih/color from 1.15.0 to 1.16.0

Bump github.com/fatih/color from 1.15.0 to 1.16.0 #38

Workflow file for this run

name: Go
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.19
uses: actions/setup-go@v3
with:
go-version: 1.19
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Get dependencies
run: |
go get -v -t -d ./...
- name: Run Tests
run: go test .