File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1414 strategy :
1515 matrix :
1616 include :
17- - go-version : ' 1.17'
18- go-stable : true
1917 - go-version : ' 1.18'
2018 go-stable : false
2119 steps :
Original file line number Diff line number Diff line change 2626 - name : Install Go
2727 uses : actions/setup-go@v2
2828 with :
29- go-version : ' 1.17 '
29+ go-version : ' 1.18 '
3030 - name : Cache Go
3131 uses : actions/cache@v2
3232 with :
@@ -107,7 +107,7 @@ jobs:
107107 - name : Install Go
108108 uses : actions/setup-go@v2
109109 with :
110- go-version : ' 1.17 '
110+ go-version : ' 1.18 '
111111 - name : Install wasmtime
112112 run : |
113113 curl https://wasmtime.dev/install.sh -sSf | bash
@@ -142,8 +142,6 @@ jobs:
142142 strategy :
143143 matrix :
144144 include :
145- - go-version : ' 1.17'
146- go-stable : true
147145 - go-version : ' 1.18'
148146 go-stable : false
149147 steps :
Original file line number Diff line number Diff line change 1414 strategy :
1515 matrix :
1616 include :
17- - go-version : ' 1.17'
18- go-stable : true
1917 - go-version : ' 1.18'
2018 go-stable : false
2119 steps :
You can’t perform that action at this time.
0 commit comments