dromara / carbon

A simple, semantic and developer-friendly golang package for time
https://pkg.go.dev/github.com/golang-module/carbon/v2
MIT License
4.77k stars 238 forks source link

Update the minimum version of Go required to 1.17 #245

Closed ritbrz closed 1 month ago

ritbrz commented 1 month ago

The time.IsDST and time.GoString functions that are dependent on in the comparer.go and outputer.go files require Go version 1.17 to support.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (a6d6512) to head (8154b16). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #245 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 22 22 Lines 2380 2380 ========================================= Hits 2380 2380 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.