Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#15) #28

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

chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#15) #28

name: Go package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...