Skip to content

Commit 2eb233c

Browse files
committed
chore: bump Go version and specify toolchain in example modules
- Update Go version requirement from 1.20 to 1.21 in example modules - Specify toolchain as go1.24.3 in both example01 and example02 go.mod files Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent c59bd00 commit 2eb233c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

_example/example01/go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module example01
22

3-
go 1.20
3+
go 1.21
4+
5+
toolchain go1.24.3
46

57
require github.com/appleboy/graceful v0.0.0-20220102100755-188ad806f508
68

_example/example02/go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module example02
22

3-
go 1.20
3+
go 1.21
4+
5+
toolchain go1.24.3
46

57
require github.com/appleboy/graceful v0.0.2-0.20220102112459-6e92f1bc460a
68

0 commit comments

Comments
 (0)