Skip to content

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

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 #6

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
env:
GO_VERSION: '1.21'
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- run: |
go run example/main.go
go run example/main.go -h
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- run: make lint