1
0
Fork 0

Minimal Go version was changed back to 1.17.

This commit is contained in:
Alexander Andreev 2023-03-12 04:11:10 +04:00
parent 8c6b5f7d4a
commit 5f1c4a46fb
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module dwelling-upload
go 1.18
go 1.17
require (
github.com/julienschmidt/httprouter v1.3.0