Skip to content

bump lint

bump lint #48

Workflow file for this run

name: Lint
on:
pull_request:
branches: [ 'main' ]
jobs:
lint-go:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.24'
- name: golangci-lint
uses: golangci/golangci-lint-action@v7