Skip to content

Commit 50c04d6

Browse files
committed
update go 1.18.3 => 1.18.4
1 parent 49c229f commit 50c04d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go 1.x
1919
uses: actions/setup-go@v2
2020
with:
21-
go-version: 1.18.3
21+
go-version: 1.18.4
2222
id: go
2323

2424
- name: Setup Node.js environment

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go 1.x
1616
uses: actions/setup-go@v2
1717
with:
18-
go-version: 1.18.3
18+
go-version: 1.18.4
1919
id: go
2020

2121
- name: Validation checks

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2121

2222
check-go-version:
23-
@go version | grep ' go1\.18\.3 ' || (echo 'Please install Go version 1.18.3' && false)
23+
@go version | grep ' go1\.18\.4 ' || (echo 'Please install Go version 1.18.4' && false)
2424

2525
# Note: Don't add "-race" here by default. The Go race detector is currently
2626
# only supported on the following configurations:

0 commit comments

Comments
 (0)