mirror of
https://github.com/alibaba/higress.git
synced 2026-07-27 23:00:27 +08:00
fix(golang-filter): align Envoy Go bindings with the envoy/envoy submodule (#4138)
Signed-off-by: zty98751 <zty98751@alibaba-inc.com>
This commit is contained in:
32
.github/workflows/check-golang-filter-envoy-sync.yaml
vendored
Normal file
32
.github/workflows/check-golang-filter-envoy-sync.yaml
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
name: "Check golang-filter Envoy Sync"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- "plugins/golang-filter/go.mod"
|
||||
- "envoy/envoy"
|
||||
- ".gitmodules"
|
||||
- "tools/hack/check-golang-filter-envoy-sync.sh"
|
||||
- ".github/workflows/check-golang-filter-envoy-sync.yaml"
|
||||
pull_request:
|
||||
branches: ["*"]
|
||||
paths:
|
||||
- "plugins/golang-filter/go.mod"
|
||||
- "envoy/envoy"
|
||||
- ".gitmodules"
|
||||
- "tools/hack/check-golang-filter-envoy-sync.sh"
|
||||
- ".github/workflows/check-golang-filter-envoy-sync.yaml"
|
||||
workflow_dispatch: ~
|
||||
|
||||
jobs:
|
||||
check-envoy-sync:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
# The check reads the submodule commit from the tree, so submodules
|
||||
# do not need to be fetched.
|
||||
submodules: false
|
||||
- name: "Verify golang-filter Envoy pin matches the envoy/envoy submodule"
|
||||
run: bash tools/hack/check-golang-filter-envoy-sync.sh
|
||||
Reference in New Issue
Block a user