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 5543042 commit 0fe4bbe
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/cmd

go 1.22
go 1.22.6

require (
golang.org/x/image v0.19.0
Expand Down

0 comments on commit 0fe4bbe

Please sign in to comment.