Skip to content

build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 #341

build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0

build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 #341

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
name: Go CI
runs-on: ubuntu-latest
steps:
- name: Check out source
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Install mage
run: go install github.com/magefile/mage@v1.15.0
- name: Build
run: |
mage -v build