From b409ce02322a66509b0af3105659e97d47d64e4e Mon Sep 17 00:00:00 2001 From: Jeffrey Hsu Date: Thu, 31 Oct 2024 17:52:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/build.yam?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index c2b15d3..1241d12 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -11,6 +11,8 @@ on: jobs: build: runs-on: ubuntu-latest + container: + image: golang:1.18 steps: - name: Checkout code