From 4ad2f1af9411f37488ea45320058a0f26ab33607 Mon Sep 17 00:00:00 2001 From: Simon Sarasova Date: Sun, 18 Aug 2024 13:34:58 +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 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