diff options
author | 2021-03-09 18:16:05 +0100 | |
---|---|---|
committer | 2021-03-09 09:16:05 -0800 | |
commit | c27605797b3f0aec5d34d15b0e08b76b11b92c11 (patch) | |
tree | 55969a64f49b049489c29a5e5d02da60596ef40b /go.mod | |
parent | 94e027cd6f4fe897bf595bdea1071b2dde6eb4aa (diff) | |
download | coredns-c27605797b3f0aec5d34d15b0e08b76b11b92c11.tar.gz coredns-c27605797b3f0aec5d34d15b0e08b76b11b92c11.tar.zst coredns-c27605797b3f0aec5d34d15b0e08b76b11b92c11.zip |
Use latest Go version (#4505)
Update go.mod to 1.16 and make the workflows default to the latest
available.
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ module github.com/coredns/coredns -go 1.13 +go 1.16 require ( github.com/Azure/azure-sdk-for-go v40.6.0+incompatible |