Skip to content

chore(deps): bump google.golang.org/grpc from 1.66.2 to 1.67.0 #99

chore(deps): bump google.golang.org/grpc from 1.66.2 to 1.67.0

chore(deps): bump google.golang.org/grpc from 1.66.2 to 1.67.0 #99

Workflow file for this run

name: Build
on:
workflow_call:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true
jobs:
build-go:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Setup Go environment
uses: actions/setup-go@v5.0.2
with:
go-version: '1.21'
- name: Build go project
run: |
make build