Skip to content

chore(deps): bump github.com/golangci/golangci-lint #1030

chore(deps): bump github.com/golangci/golangci-lint

chore(deps): bump github.com/golangci/golangci-lint #1030

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23.1
- name: Check out code
uses: actions/checkout@v4
- name: Lint Go code
run: make lint