Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency: Update codec version to 1.1.9 #5395

Merged
merged 1 commit into from
May 17, 2023

Conversation

algobarb
Copy link
Contributor

@algobarb algobarb commented May 17, 2023

Summary

Update codec dependency from 1.1.8 to 1.1.9.

Test Plan

I was running into checksum dependency errors on my server:

verifying github.com/algorand/go-codec/codec@v1.1.8: checksum mismatch
	downloaded: h1:RyokOQSEnNCxrngGqC5yrPNoQAGh5osBIKiaeKOe5fg=
	go.sum:     h1:lsFuhcOH2LiEhpBH3BVUUkdevVmwCRyvb7FCAAPeY6U=

SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

After the change, I was able to build as expected.

Copy link
Contributor

@onetechnical onetechnical left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this!

@codecov
Copy link

codecov bot commented May 17, 2023

Codecov Report

Merging #5395 (02ba130) into master (1425f3f) will decrease coverage by 3.64%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #5395      +/-   ##
==========================================
- Coverage   55.38%   51.74%   -3.64%     
==========================================
  Files         452      452              
  Lines       63685    63685              
==========================================
- Hits        35272    32956    -2316     
- Misses      25994    28261    +2267     
- Partials     2419     2468      +49     

see 125 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants