diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 95cd03a..131c933 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -36,6 +36,14 @@ jobs: runs-on: ubuntu-latest needs: Test steps: + - name: Check out the code + uses: actions/checkout@v4 + + - name: Set up Go + uses: actions/setup-go@v4 + with: + go-version: 1.22.2 + - name: Build and push Docker image if: | github.event_name == 'push' &&