From 23544392f65c3b3b1aa7db6cc20cca65df2b4116 Mon Sep 17 00:00:00 2001 From: Rens Houben Date: Wed, 23 Jul 2025 14:20:07 +0200 Subject: [PATCH] Download go and build the app --- .gitea/workflows/fib-test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/fib-test.yaml b/.gitea/workflows/fib-test.yaml index e092986..5c2be28 100644 --- a/.gitea/workflows/fib-test.yaml +++ b/.gitea/workflows/fib-test.yaml @@ -16,4 +16,8 @@ jobs: - name: List files in the repository run: | ls ${{ gitea.workspace }} + - name: Install go + uses: actions/setup-go@v5 + - name: Build the fib app + run: go build - run: echo "🍏 This job's status is ${{ job.status }}."