Skip to content

Bump google.golang.org/protobuf from 1.27.1 to 1.33.0 in /examples/us… #30

Bump google.golang.org/protobuf from 1.27.1 to 1.33.0 in /examples/us…

Bump google.golang.org/protobuf from 1.27.1 to 1.33.0 in /examples/us… #30

Workflow file for this run

name: CI
on:
push:
tags:
- v*
branches:
- master
pull_request:
jobs:
build:
name: syntax
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: ^1.19
id: go
- uses: actions/checkout@v4
- run: make check-syntax