From 2b6804528c0b9c44865c2c5544b4e7e0e0b566b5 Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Sat, 10 Sep 2022 01:08:15 -0500 Subject: [PATCH] :arrow_up: Bump Go to v1.19 --- .github/workflows/go.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6968234a..c5022c1c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -3,7 +3,7 @@ name: Go on: push env: - GO_VERSION: 1.18 + GO_VERSION: 1.19 jobs: lint: diff --git a/go.mod b/go.mod index ab9fd5c4..3b32f3b0 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/clevyr/kubedb -go 1.18 +go 1.19 require ( github.com/AlecAivazis/survey/v2 v2.3.5