Skip to content

improve Go setup - #91

Merged
mweibel merged 6 commits into
masterfrom
improve-go-setup
Aug 7, 2026
Merged

improve Go setup#91
mweibel merged 6 commits into
masterfrom
improve-go-setup

Conversation

@mweibel

@mweibel mweibel commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

⚠️ This is a breaking change at this point due to e.g. metadata client needing a context. This is good anyway but questionable if we want another major change.

Placeholder PR, will add more improvements later.

@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Comment thread .github/workflows/release.yml Fixed
Comment thread README.md Outdated
@mweibel
mweibel marked this pull request as ready for review August 3, 2026 13:51
mweibel added 4 commits August 5, 2026 15:52
zizmor complained about this but in the SDKs case its really not applicable because we dont actually release anything. It still doesnt really hurt so its ok to add
Comment thread .github/workflows/lint.yml Outdated
Comment thread metadata.go

client := &MetadataClient{
client: &http.Client{Timeout: defaultTimeout},
client: httpClient,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggestion for the changelog:

Fixed: NewMetadataClient(httpClient) was silently ignoring the passed-in *http.Client and always using a default one.

Comment thread Makefile Outdated
Comment thread Makefile
Comment thread Makefile Outdated
Comment thread .github/workflows/release.yml Outdated
Comment thread AGENTS.md
removes automated release again based on discussion.
@mweibel
mweibel merged commit 46a81b6 into master Aug 7, 2026
8 checks passed
@mweibel
mweibel deleted the improve-go-setup branch August 7, 2026 12:56
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.

3 participants