1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-01-06 01:50:26 +00:00

Change go version to 1.19

Next time you use a function from a newer version, you might as well update go.mod...
This commit is contained in:
Timur Ismagilov 2022-09-18 14:03:41 +03:00
parent 2e3a1dac85
commit 409da8b84e

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/bouncepaw/mycorrhiza
go 1.18
go 1.19
require (
git.sr.ht/~bouncepaw/mycomarkup/v5 v5.2.1