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 bbb047a commit d4753d6
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
Expand Up @@ -4,7 +4,7 @@

module periph.io/x/conn/v3

go 1.22
go 1.22.6

// Warning: do not add any external dependencies here unless absolutely necessary.
// This package should primarily depend on the standard library.
Expand Down

0 comments on commit d4753d6

Please sign in to comment.