fix(gomod): Explicitly require 1.19
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fb9fd7689f
commit
b0d8e325d6
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
|||
module dns.froth.zone/awl
|
||||
|
||||
go 1.18
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
dns.froth.zone/dnscrypt v0.0.1
|
||||
|
|
Loading…
Reference in a new issue