From 0f3dabf774075a6f6609ec18f90844e78d8c9926 Mon Sep 17 00:00:00 2001 From: Victor Schappert Date: Sun, 8 Aug 2021 16:30:00 -0700 Subject: [PATCH] Revert "Fix miss in updating Go minimum version" This reverts commit 9a25bd7c5cb439f095776f690bb34b7120d044f7. I don't know what I was smoking but ... anyway ... commit 9a25bd is hot garbage and let's all just pretend it didn't happen. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4b7cee6..f936596 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/gogama/incite -go 1.13 +go 1.14 require ( github.com/aws/aws-sdk-go v1.21.6