diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index a26cc32..bbd39dc 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -7,8 +7,12 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + + -name: Set up Go + uses: https://github.com/actions-go with: - fetch-depth: 1 + go-version: '1.23' + - name: Test Backend run: |