fix(gomod): Explicitly require 1.19
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sam Therapy 2023-04-30 00:42:09 +02:00
parent fb9fd7689f
commit b0d8e325d6
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD

2
go.mod
View file

@ -1,6 +1,6 @@
module dns.froth.zone/awl
go 1.18
go 1.19
require (
dns.froth.zone/dnscrypt v0.0.1