1
0
Fork 0

Set Go version to 1.16 as a minimal.

This commit is contained in:
Alexander Andreev 2023-06-12 23:31:34 +04:00
parent eaa49744af
commit 7d1da65f38
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,5 +1,5 @@
module dwelling-files
go 1.19
go 1.16
require github.com/julienschmidt/httprouter v1.3.0