valyala / gozstd

go wrapper for zstd
MIT License
420 stars 60 forks source link

Allow specifying zstd version when updating #13

Closed stepanbujnak closed 4 years ago

stepanbujnak commented 4 years ago

This commit adds the ability to specify zstd version instead of master. Example:

ZSTD_VERSION=v1.4.2 make update-zstd
codecov[bot] commented 4 years ago

Codecov Report

Merging #13 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #13   +/-   ##
=======================================
  Coverage   95.43%   95.43%           
=======================================
  Files           5        5           
  Lines         570      570           
=======================================
  Hits          544      544           
  Misses         15       15           
  Partials       11       11

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5164f0c...9c9094f. Read the comment docs.

valyala commented 4 years ago

Thanks!