Lazygit: GolangCI is closing, what to use now

Created on 16 Mar 2020  路  6Comments  路  Source: jesseduffield/lazygit

Topic
A few days ago, GolangCI announced that it is closing. This is of course very unfortunate as their service was very usefull in PR's. Now the question is, what are we gonna do with the GolangCI test we have running now?

Your thoughts
We can

  • Use github actions to check the code
  • Host GolangCI on a server
  • Switch to a different provider
CCD discussion good first issue

Most helpful comment

I would say: Github Actions.

All 6 comments

I would say: Github Actions.

I have no idea how github actions works but assuming it DOES work, I'm in favour

There is also something like this:
https://github.com/marketplace/codefactor
or this:
https://github.com/marketplace/codacy
or (best one IMO):
https://codeclimate.com/quality

Looks like they support Go and have free plans.

Closing this as this is resolved

It actually isn't, we still do not have a working replacement.

Looks like https://github.com/golangci/golangci-lint-action would do the trick

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kristijanhusak picture kristijanhusak  路  6Comments

spin6lock picture spin6lock  路  5Comments

cbeley picture cbeley  路  6Comments

pshirshov picture pshirshov  路  3Comments

5minpause picture 5minpause  路  6Comments