Skip to content

chore(deps): Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 #149

chore(deps): Bump google.golang.org/protobuf from 1.28.1 to 1.33.0

chore(deps): Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 #149

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
env:
GOLANG_VERSION: '1.20'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ env.GOLANG_VERSION }}
- name: Test
run: make test
- name: Upload codecov
uses: codecov/[email protected]
with:
file: coverage.out