oligot / go-mod-upgrade

Update outdated Go dependencies interactively
MIT License
954 stars 45 forks source link

chore: add github action for golang #12

Closed haunt98 closed 3 years ago

haunt98 commented 3 years ago

You can see github action running in my fork: https://github.com/haunt98/go-mod-upgrade/actions/runs/679138635

oligot commented 3 years ago

Hi,

Thanks for your contribution.

We currently use Travis as our CI/CD, so to completely migrate to Github Actions, we should:

haunt98 commented 3 years ago

I will update follow your guide when I got time :D

oligot commented 3 years ago

Ok perfect !

haunt98 commented 3 years ago

Hi @oligot, I have updated PR with all requirements, will you take a look at it ?

oligot commented 3 years ago

Wow, that was fast, thanks !