Skip to content

Commit

Permalink
upgrade from go 1.16.0 to go 1.16.2 (#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw authored Mar 18, 2021
1 parent 15ec236 commit d42bb21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: 1.16.0
go-version: 1.16.2
id: go

- name: Setup Node.js environment
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test-all:
test-prepublish: check-go-version test-all test-preact-splitting test-sucrase bench-rome-esbuild test-esprima test-rollup

check-go-version:
@go version | grep ' go1\.16 ' || (echo 'Please install Go version 1.16.0' && false)
@go version | grep ' go1\.16\.2 ' || (echo 'Please install Go version 1.16.2' && false)

# This "ESBUILD_RACE" variable exists at the request of a user on GitHub who
# wants to run "make test" on an unsupported version of macOS (version 10.9).
Expand Down

0 comments on commit d42bb21

Please sign in to comment.