periph / devices

Go·Hardware·Lean - Device drivers
https://periph.io
Apache License 2.0
85 stars 42 forks source link

Bump Go version in go.mod and for quick tests to 1.14 #29

Closed hansmi closed 2 years ago

hansmi commented 2 years ago

Go 1.13 was released in September 2019, more than two years ago. Updating to one later release should be fine.

The primary reason for doing this is the introduction of "testing".T.Cleanup in Go 1.14 (https://pkg.go.dev/testing#T.Cleanup).

codecov-commenter commented 2 years ago

Codecov Report

Merging #29 (0ac8d15) into main (d09d487) will decrease coverage by 0.0%. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##            main     #29     +/-   ##
=======================================
- Coverage   60.4%   60.3%   -0.0%     
=======================================
  Files         48      48             
  Lines       6453    6453             
=======================================
- Hits        3895    3893      -2     
- Misses      2423    2425      +2     
  Partials     135     135             
Impacted Files Coverage Δ
as7262/as7262.go 98.6% <0.0%> (-0.7%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d09d487...0ac8d15. Read the comment docs.

maruel commented 2 years ago

Thanks!