1
0

Upped go version to 1.20 in go.mod.

This commit is contained in:
Alexander Andreev 2023-02-19 21:49:19 +04:00
parent 297b8d5985
commit 4ef674dcb7
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F

2
go.mod
View File

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