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

bump mod and Dockerfile #6

Merged
merged 1 commit into from
Mar 12, 2024
Merged

bump mod and Dockerfile #6

merged 1 commit into from
Mar 12, 2024

Conversation

matthyx
Copy link
Contributor

@matthyx matthyx commented Mar 11, 2024

No description provided.

@matthyx matthyx requested a review from dwertent March 11, 2024 21:43
@@ -87,14 +97,15 @@ func Request(f *FlagParser) (string, error) {

fmt.Printf("method: %s, url: %s, headers: %v, body: %s\n", f.method, f.fullURL.String(), headers, body)

switch strings.ToUpper(f.method) {
case http.MethodPost:
resp, err = httputils.HttpPost(http.DefaultClient, f.fullURL.String(), headers, body)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

we can no longer use httputils.HttpPost() because it closes resp.Body

@matthyx matthyx marked this pull request as draft March 11, 2024 21:45
@matthyx
Copy link
Contributor Author

matthyx commented Mar 11, 2024

I need to test in our chart

looks good

Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
Copy link

Summary:

  • License scan: success
  • Credentials scan: failure
  • Vulnerabilities scan: success
  • Unit test: success
  • Go linting: failure

@matthyx matthyx marked this pull request as ready for review March 12, 2024 06:53
Copy link

Summary:

  • License scan: success
  • Credentials scan: failure
  • Vulnerabilities scan: success
  • Unit test: success
  • Go linting: failure

@dwertent dwertent merged commit a455a43 into main Mar 12, 2024
9 checks passed
@matthyx matthyx deleted the bump branch March 12, 2024 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants