Update golang to 1.24.x and dependencies (#349)

This commit is contained in:
Dmitry Kropachev
2025-10-16 14:25:19 -04:00
committed by GitHub
parent 20fef0caf4
commit 96f0b49bdd
5 changed files with 19 additions and 16 deletions

View File

@@ -1,6 +1,8 @@
module schemagentest
go 1.21
go 1.24.0
toolchain go1.24.5
require (
github.com/gocql/gocql v1.7.0
@@ -10,7 +12,7 @@ require (
require (
github.com/google/uuid v1.6.0 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/klauspost/compress v1.18.0 // indirect
github.com/scylladb/go-reflectx v1.0.1 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
)