Skip to content

Commit 092e294

Browse files
authored
build: add toolchain version to go.mod (#734)
1 parent 5be232a commit 092e294

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

go.mod

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/bangumi/server
22

3-
go 1.23.6
3+
go 1.23.0
4+
5+
toolchain go1.23.6
46

57
require (
68
github.com/avast/retry-go/v4 v4.6.1

0 commit comments

Comments
 (0)