From d9e5304e737794ce975e03ab4d9ca7f98b234555 Mon Sep 17 00:00:00 2001 From: Simon Sarasova Date: Mon, 19 Aug 2024 06:01:37 +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 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