From 4e96d424db699b36440335a3fe353e1ee64e9417 Mon Sep 17 00:00:00 2001 From: Evan Wallace Date: Fri, 17 Mar 2023 01:03:14 -0400 Subject: [PATCH] update go 1.20.1 => 1.20.2 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/validate.yml | 2 +- Makefile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bef2f401a6..4497a6fa936 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v3 with: - go-version: 1.20.1 + go-version: 1.20.2 id: go - name: Setup Node.js environment @@ -50,7 +50,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v3 with: - go-version: 1.20.1 + go-version: 1.20.2 id: go - name: Setup Node.js environment diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 9f784ca2700..c85e23b3e46 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v3 with: - go-version: 1.20.1 + go-version: 1.20.2 id: go - name: Validation checks diff --git a/Makefile b/Makefile index 04fdce6324e..a58475c037a 100644 --- a/Makefile +++ b/Makefile @@ -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\.20\.1 ' || (echo 'Please install Go version 1.20.1' && false) + @go version | grep ' go1\.20\.2 ' || (echo 'Please install Go version 1.20.2' && false) # Note: Don't add "-race" here by default. The Go race detector is currently # only supported on the following configurations: