Skip to content

Bump github.com/fatih/color from 1.16.0 to 1.17.0 in the dependencies group #12

Bump github.com/fatih/color from 1.16.0 to 1.17.0 in the dependencies group

Bump github.com/fatih/color from 1.16.0 to 1.17.0 in the dependencies group #12

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: false # https://github.com/golangci/golangci-lint-action/issues/807
- uses: golangci/golangci-lint-action@v6
- run: make build test