From bea704a0a7d6fde987383a677eff80a29e3b3af1 Mon Sep 17 00:00:00 2001 From: George <58841610+Shinji-IkariG@users.noreply.github.com> Date: Fri, 24 Mar 2023 12:59:12 +0800 Subject: [PATCH] add go cache (#5431) * add go cache * Use latest stable version instead of fixed history version --- .github/workflows/rc.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rc.yml b/.github/workflows/rc.yml index e5fc54269f9..1dee48c8292 100644 --- a/.github/workflows/rc.yml +++ b/.github/workflows/rc.yml @@ -41,7 +41,8 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: - go-version: '^1.16.7' + go-version: 'stable' + cache-dependency-path: nebula-console/go.sum - id: tag run: echo tagnum=${{ github.event.inputs.version }} - name: package