Skip to content

fix(deps): update module google.golang.org/grpc to v1.56.3 [security] #487

fix(deps): update module google.golang.org/grpc to v1.56.3 [security]

fix(deps): update module google.golang.org/grpc to v1.56.3 [security] #487

Workflow file for this run

name: test
on: push
jobs:
gotest:
if: github.event.pusher.name != 'dreamkast-cloudnativedays'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
- name: Run Test
run: |
make test
git diff --exit-code