File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 27
27
- name : Install Go
28
28
uses : actions/setup-go@v3
29
29
with :
30
- go-version : ' 1.21.0-rc.4 '
30
+ go-version : ' 1.21'
31
31
cache : true
32
32
- name : Restore LLVM source cache
33
33
uses : actions/cache/restore@v3
@@ -126,7 +126,7 @@ jobs:
126
126
- name : Install Go
127
127
uses : actions/setup-go@v3
128
128
with :
129
- go-version : ' 1.21.0-rc.4 '
129
+ go-version : ' 1.21'
130
130
cache : true
131
131
- name : Build TinyGo
132
132
run : go install
Original file line number Diff line number Diff line change 18
18
# statically linked binary.
19
19
runs-on : ubuntu-latest
20
20
container :
21
- image : golang:1.21rc4 -alpine
21
+ image : golang:1.21 -alpine
22
22
steps :
23
23
- name : Install apk dependencies
24
24
# tar: needed for actions/cache@v3
@@ -135,7 +135,7 @@ jobs:
135
135
- name : Install Go
136
136
uses : actions/setup-go@v3
137
137
with :
138
- go-version : ' 1.21.0-rc.4 '
138
+ go-version : ' 1.21'
139
139
cache : true
140
140
- name : Install wasmtime
141
141
run : |
@@ -177,7 +177,7 @@ jobs:
177
177
- name : Install Go
178
178
uses : actions/setup-go@v3
179
179
with :
180
- go-version : ' 1.21.0-rc.4 '
180
+ go-version : ' 1.21'
181
181
cache : true
182
182
- name : Install Node.js
183
183
uses : actions/setup-node@v3
@@ -290,7 +290,7 @@ jobs:
290
290
- name : Install Go
291
291
uses : actions/setup-go@v3
292
292
with :
293
- go-version : ' 1.21.0-rc.4 '
293
+ go-version : ' 1.21'
294
294
cache : true
295
295
- name : Restore LLVM source cache
296
296
uses : actions/cache/restore@v3
@@ -407,7 +407,7 @@ jobs:
407
407
- name : Install Go
408
408
uses : actions/setup-go@v3
409
409
with :
410
- go-version : ' 1.21.0-rc.4 '
410
+ go-version : ' 1.21'
411
411
cache : true
412
412
- name : Restore LLVM source cache
413
413
uses : actions/cache/restore@v3
Original file line number Diff line number Diff line change 35
35
- name : Install Go
36
36
uses : actions/setup-go@v3
37
37
with :
38
- go-version : ' 1.21.0-rc.4 '
38
+ go-version : ' 1.21'
39
39
cache : true
40
40
- name : Restore cached LLVM source
41
41
uses : actions/cache/restore@v3
@@ -143,7 +143,7 @@ jobs:
143
143
- name : Install Go
144
144
uses : actions/setup-go@v3
145
145
with :
146
- go-version : ' 1.21.0-rc.4 '
146
+ go-version : ' 1.21'
147
147
cache : true
148
148
- name : Download TinyGo build
149
149
uses : actions/download-artifact@v2
@@ -173,7 +173,7 @@ jobs:
173
173
- name : Install Go
174
174
uses : actions/setup-go@v3
175
175
with :
176
- go-version : ' 1.21.0-rc.4 '
176
+ go-version : ' 1.21'
177
177
cache : true
178
178
- name : Download TinyGo build
179
179
uses : actions/download-artifact@v2
@@ -209,7 +209,7 @@ jobs:
209
209
- name : Install Go
210
210
uses : actions/setup-go@v3
211
211
with :
212
- go-version : ' 1.21.0-rc.4 '
212
+ go-version : ' 1.21'
213
213
cache : true
214
214
- name : Download TinyGo build
215
215
uses : actions/download-artifact@v2
You can’t perform that action at this time.
0 commit comments