Skip to content

build(deps): Bump the dependencies group in /hack/tools with 5 updates #525

build(deps): Bump the dependencies group in /hack/tools with 5 updates

build(deps): Bump the dependencies group in /hack/tools with 5 updates #525

Workflow file for this run

name: lint
on: [pull_request]
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23.1'
- name: Lint
run: make lint