Skip to content

Commit

Permalink
tools/rw-heatmaps: don't lock go patch version in go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Valdes <[email protected]>
  • Loading branch information
ivanvc committed Feb 14, 2024
1 parent 84658b7 commit 1467901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rw-heatmaps/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go.etcd.io/etcd/tools/rw-heatmaps/v3

go 1.21.5
go 1.21

require (
github.com/spf13/cobra v1.8.0
Expand Down

0 comments on commit 1467901

Please sign in to comment.