Skip to content

Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 #127

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

Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 #127

Workflow file for this run

name: Go
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.20
uses: actions/setup-go@v3
with:
go-version: '1.20'
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Get dependencies
run: go get -v -t -d ./...
- name: Test
run: go test ./...