Skip to content

Commit

Permalink
use go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
andreykaipov committed Oct 4, 2024
1 parent fcaa850 commit f7dc6fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/andreykaipov/goobs

go 1.20
go 1.22

require (
github.com/buger/jsonparser v1.1.1
Expand Down
2 changes: 1 addition & 1 deletion internal/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/andreykaipov/goobs/internal

go 1.18
go 1.22

require (
github.com/dave/jennifer v1.7.1
Expand Down
2 changes: 1 addition & 1 deletion internal/sample/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f7dc6fd

Please sign in to comment.