mirror of
https://github.com/status-im/consul.git
synced 2025-01-12 06:44:41 +00:00
8c545b5206
This release contains a fix to prevent duplicate keys in the Metadata after decoding where the output value contains pointer fields.
10 lines
91 B
YAML
10 lines
91 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.14.x"
|
|
- tip
|
|
|
|
script:
|
|
- go test
|
|
- go test -bench . -benchmem
|