Skip to content

chore(deps): bump the actions-all group with 4 updates #18

chore(deps): bump the actions-all group with 4 updates

chore(deps): bump the actions-all group with 4 updates #18

Workflow file for this run

name: golangci-lint
on: [pull_request, workflow_dispatch]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.24
- name: golangci-lint
run: make lint