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.
This commit is contained in:
committed by
GitHub
parent
1bba0bed7f
commit
4e72ca720b
4
.github/workflows/packages.yml
vendored
4
.github/workflows/packages.yml
vendored
@@ -947,7 +947,7 @@ jobs:
|
|||||||
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
|
||||||
with:
|
with:
|
||||||
repository: golang/go
|
repository: golang/go
|
||||||
ref: go1.20rc2
|
ref: go1.20.1
|
||||||
path: go
|
path: go
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- name: Compile Go Toolchain
|
- name: Compile Go Toolchain
|
||||||
@@ -985,7 +985,7 @@ jobs:
|
|||||||
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
|
||||||
with:
|
with:
|
||||||
repository: golang/go
|
repository: golang/go
|
||||||
ref: go1.20rc2
|
ref: go1.20.1
|
||||||
path: go
|
path: go
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- name: Compile Go Toolchain
|
- name: Compile Go Toolchain
|
||||||
|
|||||||
2
tests/thirdparty/suite.json
vendored
2
tests/thirdparty/suite.json
vendored
@@ -749,7 +749,7 @@
|
|||||||
"stars": 108950
|
"stars": 108950
|
||||||
},
|
},
|
||||||
"default_branch": "master",
|
"default_branch": "master",
|
||||||
"version": "go1.20rc2",
|
"version": "go1.20.1",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"pkg": "src/crypto/internal/bigmod",
|
"pkg": "src/crypto/internal/bigmod",
|
||||||
|
|||||||
Reference in New Issue
Block a user