File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
- name : Setup Go
20
20
uses : actions/setup-go@v3
21
21
with :
22
- go-version : 1.17 .x
22
+ go-version : 1.18 .x
23
23
- name : Restore Go cache
24
24
uses : actions/cache@v3
25
25
with :
56
56
- name : Setup Go
57
57
uses : actions/setup-go@v3
58
58
with :
59
- go-version : 1.17 .x
59
+ go-version : 1.18 .x
60
60
- name : Enable integration tests
61
61
# Only run integration tests for main branch
62
62
if : github.ref == 'refs/heads/main'
Original file line number Diff line number Diff line change 19
19
- name : Setup Go
20
20
uses : actions/setup-go@v3
21
21
with :
22
- go-version : 1.17 .x
22
+ go-version : 1.18 .x
23
23
- name : Restore Go cache
24
24
uses : actions/cache@v3
25
25
with :
43
43
- name : Setup Go
44
44
uses : actions/setup-go@v3
45
45
with :
46
- go-version : 1.17 .x
46
+ go-version : 1.18 .x
47
47
- name : Run tests
48
48
env :
49
49
TEST_AZURE_ACCOUNT_NAME : ${{ secrets.TEST_AZURE_ACCOUNT_NAME }}
72
72
- name : Setup Go
73
73
uses : actions/setup-go@v3
74
74
with :
75
- go-version : 1.17 .x
75
+ go-version : 1.18 .x
76
76
- name : Restore Go cache
77
77
uses : actions/cache@v3
78
78
with :
Original file line number Diff line number Diff line change 19
19
- name : Setup Go
20
20
uses : actions/setup-go@v3
21
21
with :
22
- go-version : 1.17 .x
22
+ go-version : 1.18 .x
23
23
- name : Restore Go cache
24
24
uses : actions/cache@v3
25
25
with :
You can’t perform that action at this time.
0 commit comments