Skip to content

Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 #355

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

Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 #355

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build test environment
run: docker build --file test.Dockerfile --tag biscuit-go-test .
- name: Run tests
run: docker run biscuit-go-test
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: "1.19"
cache: false
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3