From a79f2aafdd2178826dca051c8d97edb097cc7c82 Mon Sep 17 00:00:00 2001 From: Pavel Busko Date: Fri, 26 Jul 2024 09:25:32 +0200 Subject: [PATCH] Fix diego-compat job --- .github/workflows/go.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 20749d0..1e7b9eb 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: '1.22' + go-version: stable - run: make test diego-compat: runs-on: ubuntu-latest @@ -26,12 +26,12 @@ jobs: steps: - uses: actions/checkout@v4 with: - repository: sap-contributions/diego-release - ref: add-cnb-app-lifecycle + repository: cloudfoundry/diego-release + ref: develop submodules: recursive - uses: actions/setup-go@v5 with: - go-version: '1.22' + go-version: stable - run: | cd src/code.cloudfoundry.org && go get -u code.cloudfoundry.org/cnbapplifecycle@${{ github.event.pull_request.head.sha }} automerge: