rel: Release v2.0.0 (#1298)

This commit is contained in:
澄潭
2024-09-12 15:03:22 +08:00
committed by GitHub
parent 6439b2d4da
commit 3eda1f3c70
14 changed files with 20 additions and 80 deletions

View File

@@ -64,14 +64,6 @@ jobs:
restore-keys: |
${{ runner.os }}-go
- name: Setup Submodule Caches
uses: actions/cache@v4
with:
path: |-
.git/modules
key: ${{ runner.os }}-submodules-cache-${{ github.run_id }}
restore-keys: ${{ runner.os }}-submodules-cache
- run: git stash # restore patch
- name: "Run Ingress WasmPlugins Tests"