1
0
mirror of https://github.com/MADTeacher/go_basics.git synced 2025-11-23 21:34:47 +02:00

update to go 1.25

This commit is contained in:
Stanislav Chernyshev
2025-08-16 00:02:25 +03:00
parent 3e14aa8c84
commit d99f12dda7
37 changed files with 37 additions and 37 deletions

View File

@@ -1,3 +1,3 @@
module udp
go 1.24
go 1.25

View File

@@ -1,3 +1,3 @@
module udp/server
go 1.24
go 1.25

View File

@@ -1,3 +1,3 @@
module tcp/server
go 1.24
go 1.25

View File

@@ -1,6 +1,6 @@
module golang/todo-service
go 1.24
go 1.25
require (
github.com/gorilla/mux v1.8.1

View File

@@ -1,6 +1,6 @@
module tic-tac-toe
go 1.24.0
go 1.25.0
require github.com/mattn/go-sqlite3 v1.14.28 // indirect