Skip to content

feat(ci): Rely on go.mod to determine which Go version to use #743

feat(ci): Rely on go.mod to determine which Go version to use

feat(ci): Rely on go.mod to determine which Go version to use #743

Workflow file for this run

name: buf
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-lint-action@v1