diff --git a/go.mod b/go.mod index e5d5745..275b6ae 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/andreykaipov/goobs -go 1.20 +go 1.22 require ( github.com/buger/jsonparser v1.1.1 diff --git a/internal/go.mod b/internal/go.mod index 43ab5ac..2a0b0b9 100644 --- a/internal/go.mod +++ b/internal/go.mod @@ -1,6 +1,8 @@ module github.com/andreykaipov/goobs/internal -go 1.18 +go 1.22.0 + +toolchain go1.22.5 require ( github.com/dave/jennifer v1.7.1 diff --git a/internal/sample/go.mod b/internal/sample/go.mod index 0ac4c71..558ea36 100644 --- a/internal/sample/go.mod +++ b/internal/sample/go.mod @@ -1,6 +1,6 @@ module github.com/andreykaipov/goobs/internal/sample -go 1.20 +go 1.22 require ( github.com/andreykaipov/goobs v0.0.0