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 85abab6 commit a9604df
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/devices/v3

go 1.22
go 1.22.6

require (
github.com/google/go-cmp v0.6.0
Expand Down

0 comments on commit a9604df

Please sign in to comment.