Aliaksandr Valialkin
|
cf23dc6480
|
all: cleanup: remove // +build ... lines, since they are no longer needed after Go1.17, and the minimum supported Go version for VictoriaMetrics source code is Go1.20
|
2023-11-13 19:12:51 +01:00 |
|
Aliaksandr Valialkin
|
3d1cb011b6
|
lib/encoding: make deterministic tests which rely on math/rand
Fixes https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3683
|
2023-01-23 18:41:09 -08:00 |
|
Aliaksandr Valialkin
|
8b7917cd81
|
all: add go:build lines for Go1.17
See https://tip.golang.org/doc/go1.17#gofmt for more details
|
2021-07-26 15:48:21 +03:00 |
|
Aliaksandr Valialkin
|
36fa3078c2
|
lib/encoding: reduce possibility of failure in TestMarshalInt64ArraySize
|
2020-04-28 00:01:54 +03:00 |
|
Aliaksandr Valialkin
|
d07f616609
|
lib/encoding: small fixes in tests after the PR #114
|
2019-07-23 19:37:51 +03:00 |
|
Roman Khavronenko
|
5bf4e5ffb5
|
all: add Pure Go build (pull request #114)
Updates #94
|
2019-07-23 19:26:39 +03:00 |
|