Skip to content

build(deps): bump github.com/fatih/color from 1.17.0 to 1.18.0 (#101) #67

build(deps): bump github.com/fatih/color from 1.17.0 to 1.18.0 (#101)

build(deps): bump github.com/fatih/color from 1.17.0 to 1.18.0 (#101) #67

Workflow file for this run

# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: Go
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
lint:
name: Go linter
uses: ./.github/workflows/lint.yml
test:
name: Go test
uses: ./.github/workflows/test.yml