Upgraded Golang to version 1.23.

This commit is contained in:
Simon Sarasova 2024-08-19 06:01:37 +00:00
parent 16f43a5fff
commit d9e5304e73
No known key found for this signature in database
GPG key ID: 5E710636FDAA0C61
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 Seekia Website codebase. 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. 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* * Removed links to Seekia's defunct Tor onionsite. - *Simon Sarasova*
* Improved ReadMe.md. - *Simon Sarasova* * Improved ReadMe.md. - *Simon Sarasova*
* Improved Seekia's slogan. Implemented various other improvements to the website. - *Simon Sarasova* * Improved Seekia's slogan. Implemented various other improvements to the website. - *Simon Sarasova*

View file

@ -4,4 +4,4 @@ This document describes the contributors to the Seekia Website codebase.
Name | Date Of First Commit | Number Of Commits Name | Date Of First Commit | Number Of Commits
--- | --- | --- --- | --- | ---
Simon Sarasova | April 10, 2024 | 24 Simon Sarasova | April 10, 2024 | 25

2
go.mod
View file

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