diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13143bd4594..a43a21e69c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v3 with: - go-version: 1.22.4 + go-version: 1.22.5 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.22.4 + go-version: 1.22.5 id: go - name: Setup Node.js environment @@ -82,7 +82,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v3 with: - go-version: 1.22.4 + go-version: 1.22.5 id: go - name: Setup Node.js environment @@ -274,7 +274,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v3 with: - go-version: 1.22.4 + go-version: 1.22.5 id: go # Make sure esbuild works with old versions of Deno. Note: It's important diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 721b1b1b95f..d0438bd5fac 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.22.4 + go-version: 1.22.5 id: go - name: Validation checks diff --git a/Makefile b/Makefile index 2a3aad6e862..7647328651a 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\.22\.4 ' || (echo 'Please install Go version 1.22.4' && false) + @go version | grep ' go1\.22\.5 ' || (echo 'Please install Go version 1.22.5' && false) # Note: Don't add "-race" here by default. The Go race detector is currently # only supported on the following configurations: