Skip to content

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

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

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

Workflow file for this run

name: golang
on:
push:
branches:
- main
pull_request:
jobs:
golang:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: go test
run: go test -v ./...
- name: go build
run: go build .