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

Update README.md developer setup to use go 1.22+ #3764

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

bminahan73
Copy link
Contributor

@bminahan73 bminahan73 commented Jul 3, 2024

Summary

go 1.19+ is called out in the README for developer setup. However, the use of toolchain keyword requires go 1.22+ and build fails with go 1.19.

Fixes: #3763

Release Note

NONE

Documentation

No

Copy link

codecov bot commented Jul 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 36.71%. Comparing base (2ef6022) to head (8133f67).
Report is 143 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3764      +/-   ##
==========================================
- Coverage   40.10%   36.71%   -3.39%     
==========================================
  Files         155      200      +45     
  Lines       10044    12283    +2239     
==========================================
+ Hits         4028     4510     +482     
- Misses       5530     7223    +1693     
- Partials      486      550      +64     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@haydentherapper haydentherapper enabled auto-merge (squash) July 3, 2024 16:17
Copy link
Member

@cpanato cpanato left a comment

Choose a reason for hiding this comment

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

thanks

@haydentherapper haydentherapper merged commit 3d622d1 into sigstore:main Jul 3, 2024
21 checks passed
@github-actions github-actions bot added this to the v2.3.0 milestone Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

go 1.22 is required for developers, not go 1.19
3 participants