Skip to content

Bump google.golang.org/protobuf from 1.27.1 to 1.33.0 #2

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

Bump google.golang.org/protobuf from 1.27.1 to 1.33.0 #2

Workflow file for this run

name: Go
on: [push, pull_request]
jobs:
build:
env:
CGO_ENABLED: "0"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.17
- name: Test
run: go test -v ./...
lint:
env:
CGO_ENABLED: "0"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.17
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
skip-go-installation: true
# command line arguments.
# args: --issues-exit-code=0