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

fix: build/lint is broken due to dependencies changes #1958

Merged
merged 3 commits into from Apr 5, 2022

Conversation

zachaller
Copy link
Collaborator

@zachaller zachaller commented Apr 5, 2022

We ran into this same issue with argo cd the fix is found here for ArgoCD

We ran into this same error in argo cd it was fixed in this commit
argoproj/argo-cd@b0cd653#diff-b8790dc873e80c2f7f63bf198b4da0147787ad8954767b839967d29f65155e2cR70

Signed-off-by: zachaller <zachaller@hotmail.com>
Signed-off-by: zachaller <zachaller@hotmail.com>
Signed-off-by: zachaller <zachaller@hotmail.com>
@sonarcloud
Copy link

sonarcloud bot commented Apr 5, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@zachaller zachaller changed the title fix: build is broken due to dependencies fix: build/lint is broken due to dependencies during Apr 5, 2022
@zachaller zachaller changed the title fix: build/lint is broken due to dependencies during fix: build/lint is broken due to dependencies changes Apr 5, 2022
@codecov
Copy link

codecov bot commented Apr 5, 2022

Codecov Report

Merging #1958 (6035783) into master (beae624) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1958   +/-   ##
=======================================
  Coverage   82.42%   82.42%           
=======================================
  Files         119      119           
  Lines       16913    16913           
=======================================
  Hits        13940    13940           
  Misses       2282     2282           
  Partials      691      691           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update beae624...6035783. Read the comment docs.

@34fathombelow
Copy link
Member

I actually posted a fix last night for this #1955. I thought about adding a env for go version, but was not sure if the codegen job required a specific version.

Copy link
Contributor

@crenshaw-dev crenshaw-dev left a comment

Choose a reason for hiding this comment

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

LGTM!

@zachaller
Copy link
Collaborator Author

@34fathombelow mind if you close your PR I will work on getting this one merged the parameterization of the golang version is a nice value add.

@34fathombelow 34fathombelow mentioned this pull request Apr 5, 2022
6 tasks
@jessesuen jessesuen merged commit 4333b4f into argoproj:master Apr 5, 2022
@zachaller zachaller deleted the fix-build branch April 5, 2022 19:08
RaviHari pushed a commit to RaviHari/argo-rollouts that referenced this pull request Apr 6, 2022
Signed-off-by: zachaller <zachaller@hotmail.com>
jessesuen pushed a commit that referenced this pull request May 13, 2022
Signed-off-by: zachaller <zachaller@hotmail.com>
tperdue321 added a commit to rallyhealth/argo-rollouts that referenced this pull request Aug 30, 2022
* fix: Add pagination to FindLoadBalancerByDNSName (argoproj#1971)

* fix: this close issue argoproj#1963 by adding pagination to FindLoadBalancerByDNSName

This adds pagination to the FindLoadBalancerByDNSName function this
should allow argo rollouts to work with any number of loadbalancers.

Signed-off-by: zachaller <zachaller@hotmail.com>

* fix: missing lb event (argoproj#2021)

* fix: turn missing load balancer log into an event

Signed-off-by: zachaller <zachaller@hotmail.com>

* consistent naming

Signed-off-by: zachaller <zachaller@hotmail.com>

* fix: Use actual weight from status field on rollout object (argoproj#1937)

fix: Use actual weight from status field on rollout object (argoproj#1937)


Signed-off-by: zachaller <zachaller@hotmail.com>

* fix: build/lint is broken due to dependencies changes (argoproj#1958)

Signed-off-by: zachaller <zachaller@hotmail.com>

* following github workflow error prompt to fix

Signed-off-by: Travis Perdue <travis.perdue@rallyhealth.com>

* go fmt

Signed-off-by: Travis Perdue <travis.perdue@rallyhealth.com>

* make go-mod-vendor

Signed-off-by: Travis Perdue <travis.perdue@rallyhealth.com>

* fix path

Signed-off-by: Travis Perdue <travis.perdue@rallyhealth.com>

Signed-off-by: zachaller <zachaller@hotmail.com>
Signed-off-by: Travis Perdue <travis.perdue@rallyhealth.com>
Co-authored-by: Zach Aller <zachaller@users.noreply.github.com>
Co-authored-by: Travis Perdue <travis.perdue@rallyhealth.com>
jenciso pushed a commit to jenciso/argo-rollouts that referenced this pull request Oct 25, 2022
Signed-off-by: zachaller <zachaller@hotmail.com>
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.

None yet

5 participants