From 6e29c71b68271300348399384228bb2e1a87050a Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Sun, 21 May 2023 23:20:59 +0800 Subject: [PATCH] ci: cache dependencies. --- .gitea/workflows/built-bin.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/built-bin.yaml b/.gitea/workflows/built-bin.yaml index c66b973..506c77a 100644 --- a/.gitea/workflows/built-bin.yaml +++ b/.gitea/workflows/built-bin.yaml @@ -8,6 +8,11 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 + - name: Set up Go Environment + uses: actions/setup-go@v3 + with: + go-version: '1.20' + - name: Get Dependencies Index Hash uses: actions/go-hashfiles@v0.0.1 id: hash-dependencies-index