Skip to content

Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 #203

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

Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 #203

Workflow file for this run

name: Unit testing
on: { push: { branches-ignore: [main, production] } }
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
unit-testing:
name: 🧪 Test the code
runs-on: ubuntu-latest
container: golang:1.21
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Test the code
run: go test -race ./...