From 4b5054f7643893c9b393ba04650ed6c622ae8100 Mon Sep 17 00:00:00 2001 From: Ben Selby Date: Mon, 24 May 2021 13:20:46 +0100 Subject: [PATCH] Document the go version in the go.mod file --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index dddc684..9078dad 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,7 @@ module github.com/benmatselby/donny +go 1.16 + require ( github.com/benmatselby/go-azuredevops v0.0.0-20190112144040-c2a0219308ca github.com/google/go-querystring v1.0.0 // indirect