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

updating dependencies and build processes to latest versions #352

Merged
merged 1 commit into from
Jun 16, 2023

Conversation

acornett21
Copy link
Contributor

Motivation

I noticed inconsistency across projects that were kind of confusing. Also, since this project is now a dependency of openshift-preflight the dependencies should be insync so preflight can be built without issues.

Changes

  • Updated the GH actions to use latest actions
  • Updated dependencies to use latest
    • Updated go to latest version
  • Updated dockerfile to use upstream builder, to get ride of project specific builder image
  • Updated the make file, to no longer rely on the hack/build-*.sh files
  • Updated a code file since a variable changed case sensitivity in a dependency

@@ -206,9 +205,9 @@
}
} else {
if len(release) == 0 {
release, namespace = chrt.CreateInstallParams(cfg.BuildId)
release, namespace = chrt.CreateInstallParams(cfg.BuildID)

Check warning

Code scanning / gosec

Errors unhandled.

Errors unhandled.
Copy link
Contributor

@komish komish left a comment

Choose a reason for hiding this comment

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

/lgtm

@komish
Copy link
Contributor

komish commented Jun 16, 2023

Thanks @acornett21

@komish komish merged commit 3499c07 into redhat-certification:main Jun 16, 2023
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