Skip to content

Commit d4753d6

Browse files
committed
#TIL go.mod go statement requires minor version
1 parent bbb047a commit d4753d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
module periph.io/x/conn/v3
66

7-
go 1.22
7+
go 1.22.6
88

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

0 commit comments

Comments
 (0)