fix: Set go version to 1.13 in go.mod; see influxdata/plutonium#3339 (#21034)

pull/21080/head
Cody Shepherd 2021-03-23 06:59:55 -07:00 committed by GitHub
parent 79168cf671
commit fd3d32c6a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/influxdata/influxdb
go 1.12
go 1.13
require (
cloud.google.com/go/bigtable v1.2.0 // indirect