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

Lower required Go version, add CI test for specific version #1725

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

andrewhop
Copy link
Contributor

@andrewhop andrewhop commented Jul 25, 2024

Description of changes:

Add back support for Go 1.17.13 which is used by NetOS. Fix a few language compatibility issues for interface{} and cmd struct. This change does not affect the integrity value of the FIPS module.

Testing:

This change adds a new CI test which uses Go 1.17.13.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.


Co-authored-by: Sean McGrail [email protected]


Revert "Replace interface{} with any"

This reverts commit 6a90c15f3f901b90acb91fcb4c11cf4c5f3bcfff.

### Description of changes: 
Add back support for Go 1.17.13 which is used by NetOS. Fix
a few language compatibility issues for interface{} and cmd
struct. 

### Testing:
This change adds a new CI test which uses Go 1.17.13. 

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license and the ISC license.

---------

Co-authored-by: Sean McGrail <[email protected]>

---------

    Revert "Replace interface{} with any"

    This reverts commit 6a90c15.
@andrewhop andrewhop requested a review from a team as a code owner July 25, 2024 23:11
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.09%. Comparing base (4e54dd8) to head (d19fe55).

Additional details and impacted files
@@                    Coverage Diff                    @@
##           fips-NetOS-2024-06-11    #1725      +/-   ##
=========================================================
- Coverage                  78.13%   78.09%   -0.05%     
=========================================================
  Files                        562      562              
  Lines                      94667    94667              
  Branches                   13576    13585       +9     
=========================================================
- Hits                       73964    73926      -38     
- Misses                     20111    20147      +36     
- Partials                     592      594       +2     

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

@andrewhop andrewhop merged commit dfe87ec into aws:fips-NetOS-2024-06-11 Jul 31, 2024
93 of 99 checks passed
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.

4 participants