Skip to content

Commit 282be8c

Browse files
authored
Decrease version in go.mod (#3)
1 parent d93d7b1 commit 282be8c

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/temp-mail-io/temp-mail-go
22

3-
go 1.23.2
3+
// This should match the minimum supported version that is tested in
4+
// .github/workflows/test.yml
5+
go 1.21
46

57
require github.com/stretchr/testify v1.10.0
68

0 commit comments

Comments
 (0)