Skip to content

Bump github.com/golang/protobuf from 0.0.0-20161109072736-4bd1920723d7 to 1.5.3 #13

Bump github.com/golang/protobuf from 0.0.0-20161109072736-4bd1920723d7 to 1.5.3

Bump github.com/golang/protobuf from 0.0.0-20161109072736-4bd1920723d7 to 1.5.3 #13

Workflow file for this run

---
name: Tests
on:
push:
tags:
- v*
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.19
- uses: actions/checkout@v4
- name: tests
run: |
make test