Skip to content

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

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

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

Workflow file for this run

name: static-check
on:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
push:
tags:
- 'v*'
branches:
- main
jobs:
staticcheck:
name: staticcheck (project)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- id: install_go
uses: WillAbides/[email protected]
with:
go-version: "1.22.x"
- uses: dominikh/[email protected]
with:
install-go: false
version: "2023.1.7"