Skip to content

Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 (#311) #106

Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 (#311)

Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 (#311) #106

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
check-latest: true
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest