Skip to content

improve Go setup - #91

Draft
mweibel wants to merge 5 commits into
masterfrom
improve-go-setup
Draft

improve Go setup#91
mweibel wants to merge 5 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
mweibel added 2 commits August 3, 2026 13:19
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 README.md
Comment on lines +213 to +223
- Create and push a **signed** tag from the merged commit:

```bash
git checkout master && git pull
git tag -s vX.Y.Z -m vX.Y.Z
git push origin vX.Y.Z
```

The `Release` workflow then verifies that the tag matches `VERSION`/`cloudscale.go`, that it is
signed, runs `govulncheck`/`go vet`/unit tests, and publishes the GitHub Release automatically. A
tag with a hyphen (e.g. `vX.Y.Z-rc1`) is published as a prerelease.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Q: should we even do this "automation" for SDK? It's so little it does I wonder if we benefit at all.

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