From 9c89f147538f0a907f3e61a9b032ff82c9a04404 Mon Sep 17 00:00:00 2001 From: Evan Wallace Date: Fri, 14 Oct 2022 09:57:57 -0400 Subject: [PATCH] update go 1.19.1 => 1.19.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 d26b2bb94e..025c388587 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: - go-version: 1.19.1 + go-version: 1.19.2 id: go - name: Setup Node.js environment @@ -47,7 +47,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: - go-version: 1.19.1 + go-version: 1.19.2 id: go - name: Setup Node.js environment diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 0e27c31aa7..af80532c7f 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: - go-version: 1.19.1 + go-version: 1.19.2 id: go - name: Validation checks diff --git a/Makefile b/Makefile index 34d45f1c4a..1220efa556 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\.19\.1 ' || (echo 'Please install Go version 1.19.1' && false) + @go version | grep ' go1\.19\.2 ' || (echo 'Please install Go version 1.19.2' && false) # Note: Don't add "-race" here by default. The Go race detector is currently # only supported on the following configurations: