This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
ThebeMail
/
ref-go-smtprelay
mirror of
https://github.com/decke/smtprelay.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Bump minimum Go version to 1.20
Bernhard Froehlich
2 năm trước cách đây
mục cha
5d625efa45
commit
7e318cbcbc
1 tập tin đã thay đổi
với
1 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
1
1
go.mod
+ 1
- 1
go.mod
Xem Tập Tin
@@ -18,4 +18,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)
-go 1.
18
+go 1.
20