go.mod: Bump to Go 1.14

This commit is contained in:
Matthew Holt 2020-02-25 19:24:13 -07:00
parent b0a491aec8
commit 78760c0ddc
No known key found for this signature in database
GPG Key ID: 2A349DD577D586A5
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/caddyserver/caddy/v2
go 1.13
go 1.14
require (
github.com/Masterminds/sprig/v3 v3.0.0