Skip to content

Commit

Permalink
tests/thirdparty: update golang/go tests to 1.20.1 (mmcloughlin#378)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mmcloughlin authored Mar 6, 2023
1 parent 1bba0be commit 4e72ca7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/thirdparty/suite.json
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@
"stars": 108950
},
"default_branch": "master",
"version": "go1.20rc2",
"version": "go1.20.1",
"packages": [
{
"pkg": "src/crypto/internal/bigmod",
Expand Down

0 comments on commit 4e72ca7

Please sign in to comment.