From 052ae7fee706d8c56e59caa9414882446204d2ee Mon Sep 17 00:00:00 2001 From: Ellis Valentiner Date: Fri, 14 Oct 2022 09:57:31 -0400 Subject: [PATCH] chore: update golang version to 1.19 (#33) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4cc2695..215abb7 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ellisvalentiner/steampipe-plugin-confluence -go 1.18 +go 1.19 require ( github.com/ctreminiom/go-atlassian v1.4.3