Skip to content

build(deps): bump bufbuild/buf-setup-action from 1.14.0 to 1.47.2 #258

build(deps): bump bufbuild/buf-setup-action from 1.14.0 to 1.47.2

build(deps): bump bufbuild/buf-setup-action from 1.14.0 to 1.47.2 #258

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