From af4e3f8e8fa2488991444fe5d5f7fe06499c827a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 13:28:46 -0300 Subject: [PATCH] chore(deps): update module go to 1.19 (#14) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ae8a503..baa2806 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/vitorfhc/bob -go 1.18 +go 1.19 require ( github.com/docker/docker v20.10.14+incompatible