From 8b610c315ea5b5b2b3bc32121ea9c2d347d2dd76 Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Fri, 14 Jul 2023 22:02:42 +0200 Subject: [PATCH] Update .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 4c94af2..af787aa 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -23,6 +23,9 @@ jobs: uses: actions/setup-node@v3 with: node-version: '18' + - uses: actions/setup-go@v3 + with: + go-version: '1.20' - uses: actions/go-hashfiles@v0.0.1 id: get-cache-hash with: