Skip to content

Commit be64f77

Browse files
Upgrade provision-cluster to latest
1 parent fff99fe commit be64f77

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.github/workflows/integration_tests.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,18 @@ jobs:
2626
- name: Setup Go
2727
uses: actions/setup-go@v3
2828
with:
29-
go-version: stable
29+
go-version-file: go.mod
3030
- name: Setup kubectl
3131
uses: azure/setup-kubectl@v3
3232
id: kubectl
3333
- name: Provision Kubeception cluster
3434
id: kluster
35-
uses: datawire/infra-actions/[email protected].6
35+
uses: datawire/infra-actions/[email protected].8
3636
with:
3737
distribution: Kubeception
3838
version: 1.26
3939
kubeconfig: ${{ env.KUBECONFIG }}
4040
kubeceptionToken: ${{ secrets.DEV_AMBASSADOR_AGENT_KUBECEPTION_TOKEN }}
41-
gkeCredentials: '{"project_id": "foo"}' # See https://github.com/datawire/infra-actions/issues/66
4241
- name: Add a private image registry to the cluster
4342
run: make private-registry
4443
- name: Build image

.github/workflows/licenses.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
ref: "${{ github.event.pull_request.head.sha }}"
1717
- uses: actions/setup-go@v3
1818
with:
19-
go-version: stable
19+
go-version-file: go.mod
2020
- name: "Generate dependency information"
2121
shell: bash
2222
run: make generate
@@ -60,4 +60,4 @@ jobs:
6060
exit 1
6161
fi
6262
63-
echo '::info:: Files are up-to-date'
63+
echo '::info:: Files are up-to-date'

.github/workflows/test_lint.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Go
1818
uses: actions/setup-go@v3
1919
with:
20-
go-version: stable
20+
go-version-file: go.mod
2121

2222
- name: Lint
2323
run: |
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install Go
3737
uses: actions/setup-go@v3
3838
with:
39-
go-version: stable
39+
go-version-file: go.mod
4040

4141
- name: go unit tests
4242
run: |

0 commit comments

Comments
 (0)