From 48eecc890b359193efb0aec17f2e20ca98ed583d Mon Sep 17 00:00:00 2001 From: QJAutumn <34130829+QJAutumn@users.noreply.github.com> Date: Sat, 28 Jan 2023 13:56:23 +0800 Subject: [PATCH] [change] Lock the version of gou Lock the version of gou in the release-linux.yml --- .github/workflows/release-linux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-linux.yml b/.github/workflows/release-linux.yml index 50d37670..c49a079a 100644 --- a/.github/workflows/release-linux.yml +++ b/.github/workflows/release-linux.yml @@ -62,6 +62,7 @@ jobs: uses: actions/checkout@v2 with: repository: yaoapp/gou + ref: 53ea2b313f4a7f9796295f75a3acd9942593aa0b path: gou - name: Checkout V8Go