Upgraded Golang to version 1.23.

This commit is contained in:
Simon Sarasova 2024-08-14 04:04:56 +00:00
parent 02676dbda1
commit 972252c788
No known key found for this signature in database
GPG key ID: EEDA4103C9C36944
3 changed files with 3 additions and 2 deletions

View file

@ -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*

View file

@ -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
Simon Sarasova | June 13, 2023 | 280

2
go.mod
View file

@ -2,7 +2,7 @@ module seekia
replace seekia => ./
go 1.22
go 1.23
require (
fyne.io/fyne/v2 v2.5.0