clarification on Go module
parent
b9d7295c8f
commit
0e186280e1
|
@ -16,7 +16,7 @@ v2: /influxdb/v2.0/reference/release-notes/influxdb/
|
||||||
|
|
||||||
### Bug fixes
|
### 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.
|
- Update sorting method (`sortKey`) to use null byte as a delimiter, not comma.
|
||||||
- Replace panic with error while encoding and decoding corrupt data.
|
- Replace panic with error while encoding and decoding corrupt data.
|
||||||
- Resolve incorrect error type in type switch.
|
- Resolve incorrect error type in type switch.
|
||||||
|
|
Loading…
Reference in New Issue