Skip to content

chore(deps): bump google.golang.org/protobuf from 1.36.9 to 1.36.10 (… #278

chore(deps): bump google.golang.org/protobuf from 1.36.9 to 1.36.10 (…

chore(deps): bump google.golang.org/protobuf from 1.36.9 to 1.36.10 (… #278

Workflow file for this run

name: "Lint"
on:
push:
branches:
- main
- v2
paths-ignore:
- '.run/**'
- 'docs/**'
- 'deployments/**'
- 'gen/**'
- '*.md'
pull_request:
branches:
- main
- v2
types: [ opened, synchronize ]
paths-ignore:
- '.run/**'
- 'docs/**'
- 'deployments/**'
- 'gen/**'
- '*.md'
jobs:
lint:
name: Lint Go code
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: 1.23.0
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.1
args: --timeout=3m