clarification on Go module

pull/2296/head
Kelly 2021-03-15 14:47:01 -07:00
parent b9d7295c8f
commit 0e186280e1
1 changed files with 1 additions and 1 deletions

View File

@ -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.