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

fix: golangci-lint installation step in CI #413

Closed tchung1118 closed 1 week ago

tchung1118 commented 1 week ago

Following https://github.com/uber-go/fx/pull/1185 as an example, fix CI to use --help flag since --version is no longer accepted.

Example failure: https://github.com/uber-go/dig/actions/runs/9702790298/job/26779466435?pr=412