From dfff1c3708a88b83189eb3f65bee9aabfc489fda Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Fri, 24 Apr 2020 13:43:47 -0700 Subject: [PATCH] Move go.mod down to Go 1.11 (since that's really the bottom end of what we support) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index fe19dd2..2ae428b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/docker-library/bashbrew -go 1.13 +go 1.11 require ( github.com/codegangsta/cli v1.20.0