update Go version to 1.23.4 and add logging for data fetching

This commit is contained in:
pigwin
2025-01-04 16:01:17 +00:00
parent fb4862c078
commit ccbf9c8d72
2 changed files with 2 additions and 1 deletions

2
go.mod
View File

@@ -1,5 +1,5 @@
module ti1
go 1.22.1
go 1.23.4
require github.com/lib/pq v1.10.9