Skip to content

Commit

Permalink
#TIL go.mod go statement requires minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
maruel committed Aug 9, 2024
1 parent 68f6b37 commit 010863a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module periph.io/x/bootstrap

go 1.22
go 1.22.6

require (
github.com/rekby/mbr v0.0.0-20190325193910-2b19b9cdeebc
Expand Down

0 comments on commit 010863a

Please sign in to comment.