Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/MISW/Portal/backend

go 1.23.0

toolchain go1.24.5
toolchain go1.26.0

require (
github.com/DATA-DOG/go-sqlmock v1.5.2
Expand Down
2 changes: 1 addition & 1 deletion tools/batch_insert/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/MISW/Portal/tools/batch_insert

go 1.21.0

toolchain go1.24.5
toolchain go1.26.0

require github.com/go-sql-driver/mysql v1.9.2

Expand Down
Loading