Skip to content

Commit

Permalink
bump to go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
ketsiambaku committed Sep 9, 2024
1 parent f8b4718 commit 2c893a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go.uber.org/cadence

go 1.21
go 1.23

require (
github.com/apache/thrift v0.16.0
Expand Down
2 changes: 1 addition & 1 deletion internal/tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go.uber.org/cadence/internal/tools

go 1.21
go 1.23

require (
github.com/kisielk/errcheck v1.6.3
Expand Down

0 comments on commit 2c893a1

Please sign in to comment.