From b66040fb34d1f600acb5ba01a2e8c9a6c44292be Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Fri, 10 Nov 2023 10:04:47 -0600 Subject: [PATCH] Update Go to v1.21.4 (#371) --- .github/workflows/pre-main.yml | 2 +- .github/workflows/preflight.yml | 4 ++-- test-partner/Dockerfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pre-main.yml b/.github/workflows/pre-main.yml index fcce7862..079d9a84 100644 --- a/.github/workflows/pre-main.yml +++ b/.github/workflows/pre-main.yml @@ -80,7 +80,7 @@ jobs: - name: Set up Go 1.21 uses: actions/setup-go@v4 with: - go-version: 1.21.3 + go-version: 1.21.4 - name: Disable default go problem matcher run: echo "::remove-matcher owner=go::" diff --git a/.github/workflows/preflight.yml b/.github/workflows/preflight.yml index 75876d00..1fd514f0 100644 --- a/.github/workflows/preflight.yml +++ b/.github/workflows/preflight.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Go 1.21 uses: actions/setup-go@v4 with: - go-version: 1.21.3 + go-version: 1.21.4 - name: Disable default go problem matcher run: echo "::remove-matcher owner=go::" @@ -61,7 +61,7 @@ jobs: - name: Set up Go 1.21 uses: actions/setup-go@v4 with: - go-version: 1.21.3 + go-version: 1.21.4 - name: Disable default go problem matcher run: echo "::remove-matcher owner=go::" diff --git a/test-partner/Dockerfile b/test-partner/Dockerfile index 4a74611d..d8e24025 100644 --- a/test-partner/Dockerfile +++ b/test-partner/Dockerfile @@ -26,7 +26,7 @@ RUN \ # Install Go binary ENV \ - GO_BIN_TAR=go1.21.3.linux-amd64.tar.gz \ + GO_BIN_TAR=go1.21.4.linux-amd64.tar.gz \ GO_DL_URL=https://golang.org/dl \ GOPATH=/root/go \ TEMP_DIR=/tmp