File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/setup-go@v3
15
15
with :
16
- go-version : " 1.18 "
16
+ go-version : " 1.19 "
17
17
- uses : actions/checkout@v3
18
18
- name : Build
19
19
run : make
23
23
steps :
24
24
- uses : actions/setup-go@v3
25
25
with :
26
- go-version : " 1.18 "
26
+ go-version : " 1.19 "
27
27
- uses : actions/checkout@v3
28
28
- name : Install revive
29
29
run : go install github.com/mgechev/revive@latest
46
46
steps :
47
47
- uses : actions/setup-go@v3
48
48
with :
49
- go-version : " 1.18 "
49
+ go-version : " 1.19 "
50
50
- uses : actions/checkout@v3
51
51
- name : run the tests
52
52
run : make test
@@ -100,7 +100,7 @@ jobs:
100
100
- uses : actions/checkout@v3
101
101
- uses : actions/setup-go@v3
102
102
with :
103
- go-version : " 1.18 "
103
+ go-version : " 1.19 "
104
104
- name : Install k3d
105
105
run : curl -L --silent --fail "https://raw.githubusercontent.com/rancher/k3d/main/install.sh" | bash
106
106
# The TAG env var can interfere with the k3d install script.
You can’t perform that action at this time.
0 commit comments