Skip to content

chore(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 in /example #269

chore(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 in /example

chore(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 in /example #269

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@v4
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@v4
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@v4
with:
go-version: 1.19
- name: protoc-gen-fastmarshal
run: go build ./cmd/protoc-gen-fastmarshal
- name: protodump
run: go build ./cmd/protodump