Skip to content

chore(deps): bump github.com/bufbuild/buf from 1.41.0 to 1.42.0 #3617

chore(deps): bump github.com/bufbuild/buf from 1.41.0 to 1.42.0

chore(deps): bump github.com/bufbuild/buf from 1.41.0 to 1.42.0 #3617

Workflow file for this run

name: ci pr
# continuous integration on pull requests to main and release branches
on:
pull_request:
branches:
- main
- release/**
permissions:
contents: read
pull-requests: write
jobs:
pre-commit:
uses: ./.github/workflows/pre-commit.yml
go-tests:
uses: ./.github/workflows/gotest.yml
go-lint:
uses: ./.github/workflows/golangci-lint.yml
cli-install:
uses: ./.github/workflows/cliinstall.yml
cli-command:
uses: ./.github/workflows/clicommand.yml
sol-tests:
uses: ./.github/workflows/soltest.yml
e2e-tests:
uses: ./.github/workflows/pr-e2etest.yml
check-sol-artifacts:
uses: ./.github/workflows/check-sol-artifacts.yml
pr-label:
uses: ./.github/workflows/pr-label.yml