Skip to content

Commit

Permalink
add support for go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
FarazPatankar committed Nov 13, 2024
1 parent 2015b25 commit 28b4474
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/go.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const AVAILABLE_GO_VERSIONS: &[(&str, &str, &str)] = &[
"1f13eabcd6f5b00fe9de9575ac52c66a0e887ce6",
),
("1.22", "go", "e89cf1c932006531f454de7d652163a9a5c86668"),
("1.23", "go_1_23", "05bbf675397d5366259409139039af8077d695ce"),
];
const DEFAULT_GO_PKG_NAME: &str = "go";
const DEFAULT_ARCHIVE: &str = "e89cf1c932006531f454de7d652163a9a5c86668";
Expand Down

0 comments on commit 28b4474

Please sign in to comment.