Skip to content

Commit 1d32cb9

Browse files
committed
fix: use valid go mod version for 1.22+
1 parent d98e5af commit 1d32cb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/smlx/go-cli-github
22

3-
go 1.22
3+
go 1.22.2
44

55
require (
66
github.com/alecthomas/assert/v2 v2.8.1

0 commit comments

Comments
 (0)