File tree 5 files changed +7
-8
lines changed
5 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,12 @@ jobs:
32
32
id : kubectl
33
33
- name : Provision Kubeception cluster
34
34
id : kluster
35
- uses :
datawire/infra-actions/[email protected] .6
35
+ uses :
datawire/infra-actions/[email protected] .8
36
36
with :
37
37
distribution : Kubeception
38
38
version : 1.26
39
39
kubeconfig : ${{ env.KUBECONFIG }}
40
40
kubeceptionToken : ${{ secrets.DEV_AMBASSADOR_AGENT_KUBECEPTION_TOKEN }}
41
- gkeCredentials : ' {"project_id": "foo"}' # See https://github.com/datawire/infra-actions/issues/66
42
41
- name : Add a private image registry to the cluster
43
42
run : make private-registry
44
43
- name : Build image
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ following Free and Open Source software:
3
3
4
4
Name Version License(s)
5
5
---- ------- ----------
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
7
7
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 Apache License 2.0
8
8
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 MIT license
9
9
github.com/BurntSushi/toml v1.3.2 MIT license
Original file line number Diff line number Diff line change 1
1
module github.com/datawire/ambassador-agent
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
- toolchain go1.21.4
5
+ toolchain go1.22.1
6
6
7
7
// If you're editing this file, there's a few things you should know:
8
8
//
Original file line number Diff line number Diff line change 1
1
module local
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
- toolchain go1.21.4
5
+ toolchain go1.22.1
6
6
7
7
require github.com/datawire/go-mkopensource v0.0.12-0.20230821212923-d1d8451579a1
8
8
Original file line number Diff line number Diff line change 1
1
module local
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require github.com/golangci/golangci-lint v1.55.1
6
6
You can’t perform that action at this time.
0 commit comments