File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
- name : Set up Go 1.x
20
20
uses : actions/setup-go@v3
21
21
with :
22
- go-version : 1.20.0
22
+ go-version : 1.20.1
23
23
id : go
24
24
25
25
- 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.20.0
53
+ go-version : 1.20.1
54
54
id : go
55
55
56
56
- name : Setup Node.js environment
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.20.0
21
+ go-version : 1.20.1
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\.20 ' || (echo ' Please install Go version 1.20.0 ' && false)
23
+ @go version | grep ' go1\.20\.1 ' || (echo ' Please install Go version 1.20.1 ' && 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