compiler: update golang.org/x/tools/go/ssa package

This update includes support for the new range loops over integers.
This commit is contained in:
Ayke van Laethem
2024-01-17 15:12:17 +01:00
parent afd65e224a
commit 0ad15551c8
5 changed files with 61 additions and 7 deletions
+3
View File
@@ -90,6 +90,9 @@ func TestBuild(t *testing.T) {
if minor >= 21 {
tests = append(tests, "go1.21.go")
}
if minor >= 22 {
tests = append(tests, "go1.22.go")
}
if *testTarget != "" {
// This makes it possible to run one specific test (instead of all),