Skip to content

Bump google.golang.org/grpc from 1.66.2 to 1.79.3 in /tools (#140) #164

Bump google.golang.org/grpc from 1.66.2 to 1.79.3 in /tools (#140)

Bump google.golang.org/grpc from 1.66.2 to 1.79.3 in /tools (#140) #164

Workflow file for this run

name: Build for all platforms
on: [ push, pull_request, workflow_dispatch ]
jobs:
crossbuild:
strategy:
matrix:
go-version: [ "1.25", "1.26" ]
platform: [ "ubuntu-latest" ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build containers
run: make all-container GO_VERSION=${{ matrix.go-version }}