-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate to math/rand/v2 (and by extension Go 1.22)
If this thing can't adopt a new and improved version of the rand package less than 12 hours after its first stable release, what is it even for? It's the randomizer. It has one job. And it deserves the best tools the Go standard library has to offer.
- Loading branch information
1 parent
22383e5
commit 4bb8043
Showing
3 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module go.alexhamlin.co/randomizer | ||
|
||
go 1.21 | ||
go 1.22 | ||
|
||
require ( | ||
cloud.google.com/go/firestore v1.14.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters