chore: fix go version in go.mod (#448)

This commit is contained in:
Dane Strandboge 2022-10-13 12:45:44 -05:00 committed by GitHub
parent 77cca94cdc
commit 188c393034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/influxdata/influx-cli/v2
go 1.18
go 1.19
require (
github.com/AlecAivazis/survey/v2 v2.3.4