This website works better with JavaScript
Home
Explore
Help
Sign In
ThebeMail
/
ref-go-smtprelay
mirror of
https://github.com/decke/smtprelay.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Bump minimum Go version to 1.20
Bernhard Froehlich
2 years ago
parent
5d625efa45
commit
7e318cbcbc
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
go.mod
+ 1
- 1
go.mod
View File
@@ -18,4 +18,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)
-go 1.
18
+go 1.
20