From abefcacec333b190c222b1948a30c65ea8639faa Mon Sep 17 00:00:00 2001 From: huanghs Date: Tue, 1 Aug 2023 21:30:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/multiple.?= =?UTF-8?q?yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/multiple.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/multiple.yml b/.gitea/workflows/multiple.yml index 8b000c5..a636007 100644 --- a/.gitea/workflows/multiple.yml +++ b/.gitea/workflows/multiple.yml @@ -22,6 +22,11 @@ jobs: node-version: 16 cache: 'yarn' + - name: Setup Go + uses: actions/setup-go@v3 + with: + go-version: '1.20' + - name: Hash files id: get-hash uses: https://gitea.com/actions/go-hashfiles@v0.0.1