Skip to content

Bump github.com/fatih/color from 1.17.0 to 1.18.0 #261

Bump github.com/fatih/color from 1.17.0 to 1.18.0

Bump github.com/fatih/color from 1.17.0 to 1.18.0 #261

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Build
run: make build