Skip to content

Commit 7c592d2

Browse files
committed
chore: remove toolchain in go.mod
Not needed. go directive is good enough
1 parent e849cf1 commit 7c592d2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/xbglowx/github-org-repos-sync
22

3-
go 1.23.0
4-
5-
toolchain go1.25.0
3+
go 1.25.0
64

75
require (
86
github.com/spf13/cobra v1.9.1

0 commit comments

Comments
 (0)