Update Go version to 1.20

This commit is contained in:
Denys Konovalov 2023-05-07 10:34:37 +02:00
parent b302535c2e
commit b2d12c0389

2
go.mod

@ -1,6 +1,6 @@
module github.com/denyskon/teabag
go 1.19
go 1.20
require (
github.com/gorilla/mux v1.8.0