Skip to content

fix: update google.golang.org/genproto digest to 0afa2a6 #1235

fix: update google.golang.org/genproto digest to 0afa2a6

fix: update google.golang.org/genproto digest to 0afa2a6 #1235

Workflow file for this run

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
name: Unit Tests
jobs:
test:
strategy:
matrix:
go-version: [1.25.x, 1.26.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v7
- name: Run unit tests
run: go test -short