Skip to content

more changes

more changes #84

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.21'
check-latest: true
- name: Install Protoc
uses: arduino/setup-protoc@v2
- name: Validate and build go bindings from the proto files
run: make ci-build
env:
BUF_INPUT_HTTPS_USERNAME: ${{github.actor}}
BUF_INPUT_HTTPS_PASSWORD: ${{github.token}}