diff --git a/Changelog.md b/Changelog.md index 8038158..a5ff310 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,7 @@ This document attempts to describe the history of changes to the Seekia Website codebase. Small and insignificant changes may not be included in this log. +* Upgraded Golang to version 1.23. - *Simon Sarasova* * Removed links to Seekia's defunct Tor onionsite. - *Simon Sarasova* * Improved ReadMe.md. - *Simon Sarasova* * Improved Seekia's slogan. Implemented various other improvements to the website. - *Simon Sarasova* diff --git a/Contributors.md b/Contributors.md index 19c8c3b..2a87d8e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,4 +4,4 @@ This document describes the contributors to the Seekia Website codebase. Name | Date Of First Commit | Number Of Commits --- | --- | --- -Simon Sarasova | April 10, 2024 | 24 \ No newline at end of file +Simon Sarasova | April 10, 2024 | 25 \ No newline at end of file diff --git a/go.mod b/go.mod index f17a622..0217761 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module SeekiaWebsite replace SeekiaWebsite => ./ -go 1.22 +go 1.23