Skip to content

chore(deps): bump github.com/bufbuild/buf from 1.46.0 to 1.48.0 #1109

chore(deps): bump github.com/bufbuild/buf from 1.46.0 to 1.48.0

chore(deps): bump github.com/bufbuild/buf from 1.46.0 to 1.48.0 #1109

Workflow file for this run

on:
push:
branches: main
pull_request:
branches: main
name: Skip Connect Integration Test
jobs:
connect-test:
strategy:
matrix:
go-version: [1.23.x]
os: [ubuntu-latest-x64-xlarge]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v4
- name: Install tparse
run: |
go install github.com/mfridman/tparse@latest
- run: make test-connect