Skip to content

Commit

Permalink
Updated Go version from 1.22.9 to 1.22.10
Browse files Browse the repository at this point in the history
Signed-off-by: Anurag De <[email protected]>
  • Loading branch information
deanurag committed Dec 6, 2024
1 parent 33e2927 commit 2400421
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.9
1.22.10
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module go.etcd.io/gofail

go 1.22

toolchain go1.22.9
toolchain go1.22.10

require github.com/stretchr/testify v1.10.0

Expand Down
2 changes: 1 addition & 1 deletion integration/sleep/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module go.etcd.io/gofail/integration/sleep

go 1.22

toolchain go1.22.9
toolchain go1.22.10S

require go.etcd.io/gofail v0.1.1-0.20240328162059-93c579a86c46

Expand Down

0 comments on commit 2400421

Please sign in to comment.