Skip to content

Bump github.com/mattn/go-colorable from 0.1.13 to 0.1.14 #106

Bump github.com/mattn/go-colorable from 0.1.13 to 0.1.14

Bump github.com/mattn/go-colorable from 0.1.13 to 0.1.14 #106

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.18"
- name: Build
run: make build