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

Golang v1.21-22 #30

Merged
merged 7 commits into from
Feb 13, 2024
Merged

Golang v1.21-22 #30

merged 7 commits into from
Feb 13, 2024

Conversation

jeremmfr
Copy link
Owner

@jeremmfr jeremmfr commented Feb 9, 2024

  • golang 1.21 is now the minimum version
  • ⚠️ ReverseSlice function in basicalter package is now deprecated
    use slices.Reverse() from the standard slices library instead
  • ⚠️ EqualSlice function in basiccheck package is now deprecated
    use slices.Equal() from the standard slices library instead
  • ⚠️ InSlice function in basiccheck package is now deprecated
    use slices.Contains() from the standard slices library instead
  • ⚠️ OneInSliceWith function in basiccheck package is now deprecated
    use slices.ContainsFunc() from the standard slices library instead

use slices.Reverse() from the standard slices library instead
use slices.Equal() from the standard slices library instead
use slices.Contains() from the standard slices library instead
use slices.ContainsFunc() from the standard slices library instead
instead of basiccheck.InSlice (deprecated)
@jeremmfr jeremmfr added the dependencies Pull requests that update a dependency file label Feb 9, 2024
@jeremmfr jeremmfr self-assigned this Feb 9, 2024
@jeremmfr jeremmfr added this to the v0.12.0 milestone Feb 9, 2024
Copy link

codecov bot commented Feb 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cfdaae5) 100.00% compared to head (12b1dbe) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #30   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          167       167           
=========================================
  Hits           167       167           

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

@jeremmfr jeremmfr merged commit 7950f5f into main Feb 13, 2024
8 checks passed
@jeremmfr jeremmfr deleted the go-1.21-22 branch February 13, 2024 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant