Skip to content

Bump github.com/bufbuild/buf from 1.57.0 to 1.57.2 in the gomod group #2255

Bump github.com/bufbuild/buf from 1.57.0 to 1.57.2 in the gomod group

Bump github.com/bufbuild/buf from 1.57.0 to 1.57.2 in the gomod group #2255

Workflow file for this run

name: ci
on:
push:
workflow_dispatch: {} # support manual runs
permissions:
contents: read
concurrency: ci-${{ github.ref }}
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v5
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: 1.24.x
check-latest: true
cache: true
- name: Test
run: make test
- name: Lint
run: make checkgenerate && make lint