From d831eaa502818c3e363e7e9024a6f008c785656c Mon Sep 17 00:00:00 2001 From: Amber Brown Date: Mon, 22 Jan 2024 13:36:04 +1100 Subject: [PATCH] try this? --- .github/workflows/ci-go.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-go.yml b/.github/workflows/ci-go.yml index 2e932648643..a88150aad57 100644 --- a/.github/workflows/ci-go.yml +++ b/.github/workflows/ci-go.yml @@ -19,6 +19,9 @@ jobs: runs-on: ubuntu-latest container: image: registry.access.redhat.com/ubi8/go-toolset:1.20.10 + defaults: + run: + working-directory: /opt/app-root/src steps: - name: Checkout repository uses: actions/checkout@v4