Upgraded Golang to version 1.23.

This commit is contained in:
Simon Sarasova 2024-08-18 13:34:58 +00:00
parent 66ab61b22e
commit 4ad2f1af94
No known key found for this signature in database
GPG key ID: D53A231858DFA370
3 changed files with 3 additions and 2 deletions

View file

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

View file

@ -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
Simon Sarasova | May 1, 2024 | 15

2
go.mod
View file

@ -2,4 +2,4 @@ module SimonSarasovaWebsite
replace SimonSarasovaWebsite => ./
go 1.22
go 1.23