From 354d112004ebed0046500eee4e77a5b695ea4f45 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Thu, 8 Feb 2024 15:11:24 -0400 Subject: [PATCH] fix test action --- .gitea/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index e945d60..43baad7 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -11,6 +11,8 @@ jobs: steps: - name: 'Checkout gitea action' uses: actions/checkout@v4 + + - name: 'Setup Go' uses: actions/setup-go@v5 with: go-version-file: 'go.mod'