Skip to content

[KNI][release-4.12] deps: bump protobuf to 1.33.0 #368

[KNI][release-4.12] deps: bump protobuf to 1.33.0

[KNI][release-4.12] deps: bump protobuf to 1.33.0 #368

Workflow file for this run

name: CI Go
on:
push:
branches: [ master, release-4.12 ]
pull_request:
branches: [ master, release-4.12 ]
jobs:
integration-test:
runs-on: ubuntu-latest
env:
MAKEFILE_PATH: Makefile.kni
GOPATH: "/home/runner/go"
steps:
- name: Checkout sources
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up golang
uses: actions/setup-go@v2
with:
go-version: 1.19.5
- name: Run integration test
run:
make -f ${MAKEFILE_PATH} integration-test-quick
vendor-check:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Verify vendoring
run: ./hack-kni/verify-vendoring.sh