Skip to content

build(deps): Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 #1458

build(deps): Bump google.golang.org/protobuf from 1.31.0 to 1.33.0

build(deps): Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 #1458

Workflow file for this run

name: PR Build
on:
pull_request: {}
permissions: read-all
jobs:
analysis:
name: PR Build
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
- name: "Checkout code"
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
- name: "Setup Go"
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version-file: 'go.mod'
- name: "Lint"
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
with:
version: v1.53.2
args: --timeout 3m0s
- name: "Unit test"
run: make test