Skip to content

Commit

Permalink
Merge pull request #79 from ArkaSaha30/bump-go-1.22.7
Browse files Browse the repository at this point in the history
[master] Bump go toolchain to 1.22.7
  • Loading branch information
ahrtr authored Sep 10, 2024
2 parents dd376af + 3b4be4d commit 62cd68f
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.6
1.22.7
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.6
toolchain go1.22.7

require github.com/stretchr/testify v1.9.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.6
toolchain go1.22.7

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

Expand Down

0 comments on commit 62cd68f

Please sign in to comment.