Skip to content

v24 Changelog (#1279) #3926

v24 Changelog (#1279)

v24 Changelog (#1279) #3926

Workflow file for this run

name: Lint
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.21
- uses: golangci/golangci-lint-action@v3.2.0
with:
version: latest
args: --timeout 10m