File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 - name : Set up Go 1.x
2121 uses : actions/setup-go@v3
2222 with :
23- go-version : 1.20.7
23+ go-version : 1.20.10
2424 id : go
2525
2626 - name : Setup Node.js environment
5050 - name : Set up Go 1.x
5151 uses : actions/setup-go@v3
5252 with :
53- go-version : 1.20.7
53+ go-version : 1.20.10
5454 id : go
5555
5656 - name : Setup Node.js environment
8181 - name : Set up Go 1.x
8282 uses : actions/setup-go@v3
8383 with :
84- go-version : 1.20.7
84+ go-version : 1.20.10
8585 id : go
8686
8787 - name : Setup Node.js environment
Original file line number Diff line number Diff line change 1818 - name : Set up Go 1.x
1919 uses : actions/setup-go@v3
2020 with :
21- go-version : 1.20.7
21+ go-version : 1.20.10
2222 id : go
2323
2424 - name : Validation checks
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ test-all:
2020 @$(MAKE ) --no-print-directory -j6 test-common test-deno ts-type-tests test-wasm-node test-wasm-browser lib-typecheck test-yarnpnp
2121
2222check-go-version :
23- @go version | grep ' go1\.20\.7 ' || (echo ' Please install Go version 1.20.7 ' && false)
23+ @go version | grep ' go1\.20\.10 ' || (echo ' Please install Go version 1.20.10 ' && false)
2424
2525# Note: Don't add "-race" here by default. The Go race detector is currently
2626# only supported on the following configurations:
You can’t perform that action at this time.
0 commit comments