Skip to content

Commit

Permalink
update go 1.17.1 => 1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Oct 15, 2021
1 parent b2d7329 commit 344ec46
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
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: 1.17.1
go-version: 1.17.2
id: go

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

check-go-version:
@go version | grep ' go1\.17\.1 ' || (echo 'Please install Go version 1.17.1' && false)
@go version | grep ' go1\.17\.2 ' || (echo 'Please install Go version 1.17.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 344ec46

Please sign in to comment.