joshcarp / gogetcheck

Test go get installations with this github action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gogetcheck

Test go get installations with this github action

Why?

Sometimes local versions of go modules and remote versions can behave differently. This means that installing with

git clone https://domain.ext/user/repo
cd repo && make install

is different from

go get domain.ext/user/repo
> some go mod dependency error

This github action runs go get on the current repo/commit hash to ensure that your project is actually go-gettable

About

Test go get installations with this github action

License:Apache License 2.0


Languages

Language:Dockerfile 81.9%Language:Shell 18.1%