Skip to content

fix(deps): update module google.golang.org/protobuf to v1.36.12 #982

fix(deps): update module google.golang.org/protobuf to v1.36.12

fix(deps): update module google.golang.org/protobuf to v1.36.12 #982

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v2*
branches:
- master
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v7
with:
go-version: stable
- uses: golangci/golangci-lint-action@v9.2.0
with:
version: v2.12.2