We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93d7b1 commit 282be8cCopy full SHA for 282be8c
go.mod
@@ -1,6 +1,8 @@
1
module github.com/temp-mail-io/temp-mail-go
2
3
-go 1.23.2
+// This should match the minimum supported version that is tested in
4
+// .github/workflows/test.yml
5
+go 1.21
6
7
require github.com/stretchr/testify v1.10.0
8
0 commit comments