Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

chore(deps): bump buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go from 1.32.0-20240221180331-f05a6f4403ce.1 to 1.34.1-20240508200655-46a4cf4ba109.1 #817

chore(deps): bump buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go from 1.32.0-20240221180331-f05a6f4403ce.1 to 1.34.1-20240508200655-46a4cf4ba109.1

chore(deps): bump buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go from 1.32.0-20240221180331-f05a6f4403ce.1 to 1.34.1-20240508200655-46a4cf4ba109.1 #817

Workflow file for this run

name: mev-commit-ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-and-test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Set up Go 1.21.1
uses: actions/setup-go@v2
with:
go-version: 1.21.1
id: go
- name: Lint with golangci-lint v1.54.2
uses: golangci/golangci-lint-action@v2
with:
version: v1.54.2
args: --timeout 5m
- name: Vet
run: go vet ./...
- name: Build
run: go build ./...
- name: Test
run: go test -short -race ./...