Skip to content

Commit

Permalink
ivy: advance to go1.21
Browse files Browse the repository at this point in the history
Inadvertently added something that depends on it.

Also fix a stupid editing mistake that introduced a test failure.
  • Loading branch information
robpike committed Aug 11, 2023
1 parent 63524a4 commit c9fbf79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module robpike.io/ivy

go 1.17
go 1.21
4 changes: 2 additions & 2 deletions testdata/unary_vector.ivy
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ mix 9 (3 4 rho iota 10) (2 2 rho 9 8 7 6) # Matrices of different sizes.
0 0 0 0

mix (2 5 rho iota 10) (3 4 rho iota 12) # Fills out to maximum on each axis.
1 2 3 4 1
2 3 4 1 2
1 2 3 4 5
6 7 8 9 10
0 0 0 0 0

1 2 3 4 0
Expand Down

2 comments on commit c9fbf79

@dmitshur
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The README still says:

To be built, ivy requires Go 1.17.

Perhaps that's out of date now.

@robpike
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will be addressed.

Please sign in to comment.