Skip to content

Conversation

@johnwonkim
Copy link
Contributor

  • taskrunner: upgrade required go version to 1.17
  • taskrunner: add .gitignore
  • taskrunner .github: use go 1.17 in coverage step
  • taskrunner .github: go-get goveralls after running tests

`go mod edit -go 1.17` and `go mod tidy`
While the workflow go-gets goveralls, go.mod gets updated and
version conflicts occur while running the tests. To avoid this,
run the test step first and then install `goveralls`. The temporary
updates to go.mod will be discarded, as intended.

Also removed the `go get` step as we manage vendor code inside
the repo.
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.

2 participants