Skip to content

chore(deps): bump google.golang.org/protobuf from 1.36.9 to 1.36.10 #253

chore(deps): bump google.golang.org/protobuf from 1.36.9 to 1.36.10

chore(deps): bump google.golang.org/protobuf from 1.36.9 to 1.36.10 #253

Workflow file for this run

name: Tests
on:
push:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.24.3'
- name: Test
run: go test -coverprofile=coverage.txt
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: jkaninda/okapi