From 972252c788ca2ef52750519fd99a93658e9484bd Mon Sep 17 00:00:00 2001 From: Simon Sarasova Date: Wed, 14 Aug 2024 04:04:56 +0000 Subject: [PATCH] Upgraded Golang to version 1.23. --- Changelog.md | 1 + Contributors.md | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 4a4dde7..4b42bc3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,7 @@ Small and insignificant changes may not be included in this log. ## Unversioned Changes +* Upgraded Golang to version 1.23. - *Simon Sarasova* * Added the Obesity disease to genetic analyses. - *Simon Sarasova* * Implemented neural network prediction for polygenic diseases to replace old method. Added autism and homosexualness to genetic analyses. - *Simon Sarasova* * Increased the quantity of attributes that are extracted from the OpenSNP biobank data archive. - *Simon Sarasova* diff --git a/Contributors.md b/Contributors.md index 7a851f0..998422b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,4 +9,4 @@ Many other people have written code for modules which are imported by Seekia. Th Name | Date Of First Commit | Number Of Commits --- | --- | --- -Simon Sarasova | June 13, 2023 | 279 \ No newline at end of file +Simon Sarasova | June 13, 2023 | 280 \ No newline at end of file diff --git a/go.mod b/go.mod index 12e74b3..c89e739 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module seekia replace seekia => ./ -go 1.22 +go 1.23 require ( fyne.io/fyne/v2 v2.5.0