Skip to content

Commit 024a89f

Browse files
committed
Remove toolchain directive from library
Discussing this with @williammartin, neither of us could reason why the `toolchain` directive was necessary for a library and choosing to remove.
1 parent 09a555f commit 024a89f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/cli/go-gh/v2
22

33
go 1.23.0
44

5-
toolchain go1.23.7
6-
75
require (
86
github.com/AlecAivazis/survey/v2 v2.3.7
97
github.com/MakeNowJust/heredoc v1.0.0

0 commit comments

Comments
 (0)