Skip to content

Commit 2f88303

Browse files
Fix go.mod: set go 1.23 and remove unsupported toolchain directive for workflow compatibility.
1 parent 0f678da commit 2f88303

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/github/gh-classroom
22

3-
go 1.23
3+
go 1.23.0
4+
5+
toolchain go1.24.5
46

57
require (
68
github.com/AlecAivazis/survey/v2 v2.3.6

0 commit comments

Comments
 (0)