Skip to content

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

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 #9

Workflow file for this run

name: Unit tests
on:
workflow_dispatch:
pull_request:
branches:
- main
paths:
- "**.go"
- ".github/workflows/unit-tests.yaml"
jobs:
unit-test:
name: Execute all tests
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
cache: false
- name: Execute unit tests
run: go test -v ./...