Skip to content

build(deps): bump google.golang.org/protobuf from 1.28.2-0.20220831092852-f930b1dc76e8 to 1.33.0 #179

build(deps): bump google.golang.org/protobuf from 1.28.2-0.20220831092852-f930b1dc76e8 to 1.33.0

build(deps): bump google.golang.org/protobuf from 1.28.2-0.20220831092852-f930b1dc76e8 to 1.33.0 #179

Workflow file for this run

name: Upgrade Test
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test-e2e-upgrade:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19
check-latest: true
- uses: actions/checkout@v3
- uses: technote-space/[email protected]
with:
PATTERNS: |
app/app.go
app/upgrades/*
go.mod
go.sum
tests/e2e/*
- name: Test E2E upgrade
run: |
make test-upgrade
if: env.GIT_DIFF