File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
- name : Set up Go 1.x
21
21
uses : actions/setup-go@v3
22
22
with :
23
- go-version : 1.23.1
23
+ go-version : 1.23.5
24
24
id : go
25
25
26
26
- name : Setup Node.js environment
50
50
- name : Set up Go 1.x
51
51
uses : actions/setup-go@v3
52
52
with :
53
- go-version : 1.23.1
53
+ go-version : 1.23.5
54
54
id : go
55
55
56
56
- name : Setup Node.js environment
82
82
- name : Set up Go 1.x
83
83
uses : actions/setup-go@v3
84
84
with :
85
- go-version : 1.23.1
85
+ go-version : 1.23.5
86
86
id : go
87
87
88
88
- name : Setup Node.js environment
@@ -274,7 +274,7 @@ jobs:
274
274
- name : Set up Go 1.x
275
275
uses : actions/setup-go@v3
276
276
with :
277
- go-version : 1.23.1
277
+ go-version : 1.23.5
278
278
id : go
279
279
280
280
# Make sure esbuild works with old versions of Deno. Note: It's important
Original file line number Diff line number Diff line change 18
18
- name : Set up Go 1.x
19
19
uses : actions/setup-go@v3
20
20
with :
21
- go-version : 1.23.1
21
+ go-version : 1.23.5
22
22
id : go
23
23
24
24
- name : Validation checks
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ test-all:
20
20
@$(MAKE ) --no-print-directory -j6 test-common test-deno ts-type-tests test-wasm-node test-wasm-browser lib-typecheck test-yarnpnp
21
21
22
22
check-go-version :
23
- @go version | grep ' go1\.23\.1 ' || (echo ' Please install Go version 1.23.1 ' && false)
23
+ @go version | grep ' go1\.23\.5 ' || (echo ' Please install Go version 1.23.5 ' && false)
24
24
25
25
# Note: Don't add "-race" here by default. The Go race detector is currently
26
26
# only supported on the following configurations:
You can’t perform that action at this time.
0 commit comments