Skip to content

Commit 332ba84

Browse files
Upgrade provision-cluster to latest
Signed-off-by: Rick Lane <[email protected]>
1 parent fff99fe commit 332ba84

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

.github/workflows/integration_tests.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,12 @@ jobs:
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

DEPENDENCIES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ following Free and Open Source software:
33

44
Name Version License(s)
55
---- ------- ----------
6-
the Go language standard library ("std") v1.21 3-clause BSD license
6+
the Go language standard library ("std") v1.22 3-clause BSD license
77
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 Apache License 2.0
88
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 MIT license
99
github.com/BurntSushi/toml v1.3.2 MIT license

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/datawire/ambassador-agent
22

3-
go 1.21
3+
go 1.22
44

5-
toolchain go1.21.4
5+
toolchain go1.22.1
66

77
// If you're editing this file, there's a few things you should know:
88
//

tools/src/go-mkopensource/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module local
22

3-
go 1.21
3+
go 1.22
44

5-
toolchain go1.21.4
5+
toolchain go1.22.1
66

77
require github.com/datawire/go-mkopensource v0.0.12-0.20230821212923-d1d8451579a1
88

tools/src/golangci-lint/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module local
22

3-
go 1.21
3+
go 1.22
44

55
require github.com/golangci/golangci-lint v1.55.1
66

0 commit comments

Comments
 (0)