Skip to content

build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 #294

build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0

build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 #294

Workflow file for this run

name: test-e2e
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: "1.20"
- uses: actions/cache@v2
with:
path: ./bin
key: ${{ runner.os }}-bin
- name: Run test-e2e
run: make test-e2e