diff --git a/Changelog.md b/Changelog.md index 21fd0a9..fb1c6f6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,7 @@ This document attempts to describe the history of changes to the Simon Sarasova Website codebase. Small and insignificant changes may not be included in this log. +* Upgraded Golang to version 1.23. - *Simon Sarasova* * Removed references to Seekia's defunct Tor onionsite. - *Simon Sarasova* * Improved ReadMe.md. - *Simon Sarasova* * Created the Posts Archive page. - *Simon Sarasova* diff --git a/Contributors.md b/Contributors.md index 0003186..7e809dc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,4 +4,4 @@ This document describes the contributors to the Simon Sarasova Website codebase. Name | Date Of First Commit | Number Of Commits --- | --- | --- -Simon Sarasova | May 1, 2024 | 14 \ No newline at end of file +Simon Sarasova | May 1, 2024 | 15 \ No newline at end of file diff --git a/go.mod b/go.mod index 1db0abe..ee9dc3d 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module SimonSarasovaWebsite replace SimonSarasovaWebsite => ./ -go 1.22 +go 1.23