From 0e186280e14c32c220e690f1d811c318a5e7b37e Mon Sep 17 00:00:00 2001 From: Kelly Date: Mon, 15 Mar 2021 14:47:01 -0700 Subject: [PATCH] clarification on Go module --- .../influxdb/v1.7/about_the_project/releasenotes-changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/influxdb/v1.7/about_the_project/releasenotes-changelog.md b/content/influxdb/v1.7/about_the_project/releasenotes-changelog.md index c5522e5cc..ebe293552 100644 --- a/content/influxdb/v1.7/about_the_project/releasenotes-changelog.md +++ b/content/influxdb/v1.7/about_the_project/releasenotes-changelog.md @@ -16,7 +16,7 @@ v2: /influxdb/v2.0/reference/release-notes/influxdb/ ### Bug fixes -- (Affects build from source only): Switch the influxdb build from `dep` and `Gopkg.toml` to `go mod` to resolve issue that required a module with the incorrect version. +- (Affects build from source only): Switch the influxdb build from `dep` and `Gopkg.toml` to `go mod` to resolve issue that required an incorrect Go module version (`github.com/google/go-github@v0.0.0-20181009003523-dd29b543e14c`). - Update sorting method (`sortKey`) to use null byte as a delimiter, not comma. - Replace panic with error while encoding and decoding corrupt data. - Resolve incorrect error type in type switch.