Skip to content

Conversation

@Felixoid
Copy link

Here are the changes I've done:

  • Replace all get commands where they are used as binary installation, see https://golang.org/doc/go-get-install-deprecation
  • Change install-dependencies target
  • Fix golint to have it working with modules
  • Add github actions to reflect the travis CI

It fixes #82

To see it's working check https://github.com/Felixoid/go-mutesting/pull/1/checks

.PHONY: install

install-dependencies:
go mod vendor
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I am not sure why go mod vendor is used here. But it's useless without either -mod=vendor flag for all go commands or GOFLAGS=-mod=vendor env variable.

@fbustamant3
Copy link

Awesome work! 🎉

@Felixoid Felixoid force-pushed the mCIga branch 2 times, most recently from 333bd36 to 25b15af Compare August 15, 2021 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make the CI great again

2 participants