Skip to content

Commit

Permalink
update go 1.19.2 => 1.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Nov 2, 2022
1 parent 8c2fdc2 commit 8d0c2b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: 1.19.2
go-version: 1.19.3
id: go

- name: Setup Node.js environment
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: 1.19.2
go-version: 1.19.3
id: go

- name: Setup Node.js environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: 1.19.2
go-version: 1.19.3
id: go

- name: Validation checks
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -20,7 +20,7 @@ test-all:
@$(MAKE) --no-print-directory -j6 test-common test-deno ts-type-tests test-wasm-node test-wasm-browser lib-typecheck test-yarnpnp

check-go-version:
@go version | grep ' go1\.19\.2 ' || (echo 'Please install Go version 1.19.2' && false)
@go version | grep ' go1\.19\.3 ' || (echo 'Please install Go version 1.19.3' && false)

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

0 comments on commit 8d0c2b9

Please sign in to comment.