Skip to content

build(deps): bump google.golang.org/protobuf from 1.25.0 to 1.33.0 #280

build(deps): bump google.golang.org/protobuf from 1.25.0 to 1.33.0

build(deps): bump google.golang.org/protobuf from 1.25.0 to 1.33.0 #280

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v4
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Build
run: make build
- name: Test
run: make build test
check-lint:
name: Lint checks
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v4
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3