Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 #34

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

Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 #34

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- "**"
name: tests
jobs:
tests:
strategy:
matrix:
go-version: [1.19.x, 1.20.x, 1.21.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: Test
run: make ci
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2