Skip to content

Bump github.com/gogo/protobuf from 1.2.0 to 1.3.2 #8

Bump github.com/gogo/protobuf from 1.2.0 to 1.3.2

Bump github.com/gogo/protobuf from 1.2.0 to 1.3.2 #8

Workflow file for this run

name: Linters
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
GO_VERSION: 1.21.3
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55