File tree 3 files changed +6
-7
lines changed
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -26,19 +26,18 @@ jobs:
26
26
- name : Setup Go
27
27
uses : actions/setup-go@v3
28
28
with :
29
- go-version : stable
29
+ go-version-file : go.mod
30
30
- name : Setup kubectl
31
31
uses : azure/setup-kubectl@v3
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 16
16
ref : " ${{ github.event.pull_request.head.sha }}"
17
17
- uses : actions/setup-go@v3
18
18
with :
19
- go-version : stable
19
+ go-version-file : go.mod
20
20
- name : " Generate dependency information"
21
21
shell : bash
22
22
run : make generate
60
60
exit 1
61
61
fi
62
62
63
- echo '::info:: Files are up-to-date'
63
+ echo '::info:: Files are up-to-date'
Original file line number Diff line number Diff line change 17
17
- name : Install Go
18
18
uses : actions/setup-go@v3
19
19
with :
20
- go-version : stable
20
+ go-version-file : go.mod
21
21
22
22
- name : Lint
23
23
run : |
36
36
- name : Install Go
37
37
uses : actions/setup-go@v3
38
38
with :
39
- go-version : stable
39
+ go-version-file : go.mod
40
40
41
41
- name : go unit tests
42
42
run : |
You can’t perform that action at this time.
0 commit comments