Skip to content

Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 #134

Bump google.golang.org/protobuf from 1.32.0 to 1.33.0

Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 #134

Workflow file for this run

name: Test Install
on:
pull_request:
branches:
- master
- main
jobs:
posix:
strategy:
matrix:
os: [ macos-latest, ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: ./get-latest-tgf.sh
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- run: ./get-latest-tgf.ps1