Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade dependencies #263

Merged
merged 2 commits into from
Mar 5, 2020
Merged

Conversation

mwhittington21
Copy link
Collaborator

Fixes #255 (once container is built)
Builds on PR#266 commits but moves to go mod as the newer versions of the k8s API work better with go mod
Updates k8s API to 1.17.3
Various build improvements (see commit message)

@struz struz requested a review from Jacobious52 March 5, 2020 02:28
@coveralls
Copy link

coveralls commented Mar 5, 2020

Coverage Status

Coverage remained the same at 19.481% when pulling 15c2f63 on mwhittington21:upgrade-dependencies into b768dc9 on jtblin:master.

.gitignore Outdated Show resolved Hide resolved
* Now builds with Go 1.14
* Uses go modules for dependency management
* Builds binary inside docker
* Streamlines build scripts to remove cruft
* Changes linter to golangci-lint for performance and compatibility
@struz struz merged commit 472b462 into jtblin:master Mar 5, 2020
Copy link
Collaborator

@Jacobious52 Jacobious52 left a comment

Choose a reason for hiding this comment

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

lgtm. builds from scratch and passes checks

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.

Rebuild docker container to patch for CVE-2019-14697
6 participants