Skip to content

Bump google.golang.org/grpc from 1.64.0 to 1.64.1 in the go_modules g… #86

Bump google.golang.org/grpc from 1.64.0 to 1.64.1 in the go_modules g…

Bump google.golang.org/grpc from 1.64.0 to 1.64.1 in the go_modules g… #86

Workflow file for this run

name: build
on:
push:
branches:
- main
jobs:
build-binary:
name: Build binary
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Build binary
run: make build