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