Skip to content

chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.32.0 #277

chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.32.0

chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.32.0 #277

Workflow file for this run

name: lint-and-test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
csproto:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.19
- name: lint
uses: golangci/golangci-lint-action@v3.7.0
with:
github-token: ${{ github.token }}
- name: test
run: go test -v -race ./...
example:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.19
- name: lint
uses: golangci/golangci-lint-action@v3.7.0
with:
github-token: ${{ github.token }}
working-directory: ./example
- name: test
run: go test -v -race ./...
working-directory: ./example
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.19
- name: protoc-gen-fastmarshal
run: go build ./cmd/protoc-gen-fastmarshal
- name: protodump
run: go build ./cmd/protodump