Skip to content

Commit

Permalink
update to go 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Apr 21, 2022
1 parent e7a9572 commit fc1862d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: 1.18.0
go-version: 1.18.1
id: go

- name: Setup Node.js environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: 1.18.0
go-version: 1.18.1
id: go

- name: Validation checks
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
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

check-go-version:
@go version | grep ' go1\.18 ' || (echo 'Please install Go version 1.18.0' && false)
@go version | grep ' go1\.18\.1 ' || (echo 'Please install Go version 1.18.1' && 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 fc1862d

Please sign in to comment.