From 4e72ca720beac35f341b1f4ea248849b3289b760 Mon Sep 17 00:00:00 2001 From: Michael McLoughlin Date: Sun, 5 Mar 2023 19:57:12 -0800 Subject: [PATCH] tests/thirdparty: update golang/go tests to 1.20.1 (#378) The Go third-party compatibility tests were pinned to the release candidate version. This change uses the now official Go 1.20.1 release tag. --- .github/workflows/packages.yml | 4 ++-- tests/thirdparty/suite.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index d371d3e..f583378 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -947,7 +947,7 @@ jobs: uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0 with: repository: golang/go - ref: go1.20rc2 + ref: go1.20.1 path: go persist-credentials: false - name: Compile Go Toolchain @@ -985,7 +985,7 @@ jobs: uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0 with: repository: golang/go - ref: go1.20rc2 + ref: go1.20.1 path: go persist-credentials: false - name: Compile Go Toolchain diff --git a/tests/thirdparty/suite.json b/tests/thirdparty/suite.json index 2403faf..068308c 100644 --- a/tests/thirdparty/suite.json +++ b/tests/thirdparty/suite.json @@ -749,7 +749,7 @@ "stars": 108950 }, "default_branch": "master", - "version": "go1.20rc2", + "version": "go1.20.1", "packages": [ { "pkg": "src/crypto/internal/bigmod",