Skip to content

fix(deps): update module google.golang.org/protobuf to v1.34.1 #119

fix(deps): update module google.golang.org/protobuf to v1.34.1

fix(deps): update module google.golang.org/protobuf to v1.34.1 #119

Workflow file for this run

name: tests
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
tests:
strategy:
matrix:
go-version:
- 1.16.x
os:
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Go modules vendor
run: go mod vendor
- name: Run tests
run: go test ./...
test-compiles:
strategy:
matrix:
go-version:
- 1.16.x
os:
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Go modules vendor
run: go mod vendor
- name: Ensure Version Runs
run: go run main.go -v