1
0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-09-19 01:31:36 +02:00

Require Go 1.16

This commit is contained in:
adnano 2021-02-27 15:34:52 -05:00
parent f1d0710f95
commit 6ab9313c6d

2
go.mod
View File

@ -1,6 +1,6 @@
module kiln
go 1.15
go 1.16
require (
git.sr.ht/~adnano/go-gemini v0.1.8