From be64f772b75f45b0ba02cbd3994b1794130c15c7 Mon Sep 17 00:00:00 2001 From: Rick Lane Date: Wed, 3 Apr 2024 15:09:29 -0400 Subject: [PATCH] Upgrade provision-cluster to latest --- .github/workflows/integration_tests.yaml | 5 ++--- .github/workflows/licenses.yaml | 4 ++-- .github/workflows/test_lint.yaml | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index b053a8d..92b0c76 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -26,19 +26,18 @@ jobs: - name: Setup Go uses: actions/setup-go@v3 with: - go-version: stable + go-version-file: go.mod - name: Setup kubectl uses: azure/setup-kubectl@v3 id: kubectl - name: Provision Kubeception cluster id: kluster - uses: datawire/infra-actions/provision-cluster@v0.2.6 + uses: datawire/infra-actions/provision-cluster@v0.2.8 with: distribution: Kubeception version: 1.26 kubeconfig: ${{ env.KUBECONFIG }} kubeceptionToken: ${{ secrets.DEV_AMBASSADOR_AGENT_KUBECEPTION_TOKEN }} - gkeCredentials: '{"project_id": "foo"}' # See https://github.com/datawire/infra-actions/issues/66 - name: Add a private image registry to the cluster run: make private-registry - name: Build image diff --git a/.github/workflows/licenses.yaml b/.github/workflows/licenses.yaml index 52af9a6..5995b89 100644 --- a/.github/workflows/licenses.yaml +++ b/.github/workflows/licenses.yaml @@ -16,7 +16,7 @@ jobs: ref: "${{ github.event.pull_request.head.sha }}" - uses: actions/setup-go@v3 with: - go-version: stable + go-version-file: go.mod - name: "Generate dependency information" shell: bash run: make generate @@ -60,4 +60,4 @@ jobs: exit 1 fi - echo '::info:: Files are up-to-date' \ No newline at end of file + echo '::info:: Files are up-to-date' diff --git a/.github/workflows/test_lint.yaml b/.github/workflows/test_lint.yaml index 15405ec..9f220b4 100644 --- a/.github/workflows/test_lint.yaml +++ b/.github/workflows/test_lint.yaml @@ -17,7 +17,7 @@ jobs: - name: Install Go uses: actions/setup-go@v3 with: - go-version: stable + go-version-file: go.mod - name: Lint run: | @@ -36,7 +36,7 @@ jobs: - name: Install Go uses: actions/setup-go@v3 with: - go-version: stable + go-version-file: go.mod - name: go unit tests run: |