From 7701171b6d5befc096f912c62b4c78b325e36e27 Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Mon, 2 Mar 2026 10:34:54 +0100 Subject: [PATCH] fix: pipeline need to checkout before setup go --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 43666bda..61770c88 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,6 +37,9 @@ jobs: apt-get -y -qq update apt-get -y -qq install jq python3 python3-pip python-is-python3 s3cmd git make wget + - name: Checkout + uses: actions/checkout@v6 + - name: Setup Go uses: https://code.forgejo.org/actions/setup-go@v6 with: @@ -56,9 +59,6 @@ jobs: distribution: 'temurin' # See 'Supported distributions' for available options java-version: '21' - - name: Checkout - uses: actions/checkout@v6 - - name: Run build pkg directory run: | go run cmd/main.go build