uber-go / dig

A reflection based dependency injection toolkit for Go.
https://go.uber.org/dig
MIT License
3.78k stars 206 forks source link

CI: Test using Go 1.20 and Go 1.21 #394

Closed sywhang closed 10 months ago

sywhang commented 10 months ago

For some reason we forgot to update the CI toolchain when Go 1.20 came out so it was still running 1.18 and 1.19. This fixes that.

codecov[bot] commented 10 months ago

Codecov Report

Merging #394 (6f139a4) into master (fc364ac) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #394   +/-   ##
=======================================
  Coverage   98.40%   98.40%           
=======================================
  Files          22       22           
  Lines        1502     1502           
=======================================
  Hits         1478     1478           
  Misses         15       15           
  Partials        9        9           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov[bot] commented 10 months ago

Codecov Report

Merging #394 (3c60ea2) into master (fc364ac) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #394   +/-   ##
=======================================
  Coverage   98.40%   98.40%           
=======================================
  Files          22       22           
  Lines        1502     1502           
=======================================
  Hits         1478     1478           
  Misses         15       15           
  Partials        9        9           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more