Skip to content

build(deps): Bump github.com/fatih/color from 1.16.0 to 1.17.0 #865

build(deps): Bump github.com/fatih/color from 1.16.0 to 1.17.0

build(deps): Bump github.com/fatih/color from 1.16.0 to 1.17.0 #865

Workflow file for this run

name: generate
on: pull_request
jobs:
generate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: go generate ./...
- run: git add --intent-to-add .
- run: git diff --exit-code