From 4ee014a14f1f8605e585d22fc78ba17d366a7362 Mon Sep 17 00:00:00 2001 From: Dominic Ricottone Date: Wed, 13 Apr 2022 00:17:09 -0500 Subject: [PATCH] Golang version bump --- .gitignore | 1 + go.mod | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d3d6c2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +digestion diff --git a/go.mod b/go.mod index bd727f6..2576469 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module git.dominic-ricottone.com/digestion -go 1.15 +go 1.18 require git.dominic-ricottone.com/textwrap v0.0.2 -- 2.45.2