Skip to content

Commit 849db23

Browse files
authored
Fix/release (#24)
* fix(go): downgrade Go version from 1.25.0 to 1.24.0 in go.mod * fix(go): update Go version from 1.24.0 to 1.25.0 in go.mod
1 parent 8ffa636 commit 849db23

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.claude/skills/add-sdk/SKILL.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,6 @@ Based on the gathered information, generate code snippets that the user can use
4646
- [] Verify that the installation commands and configuration settings are correct and will work on a Windows machine.
4747
- [] Ensure that the example usage provided is relevant and demonstrates the key features of the SDK effectively
4848
- [] Check that the code snippets are formatted correctly and are easy to read and understand.
49-
- [] We must have updated project version and changelog (./CHANGELOG.md) to reflect the addition of the new SDK in the project. Do only this if current version is not released yet. If current version is already released, then we will update the version and changelog in the next release when we have more changes to add along with the new SDK addition.
49+
- [] We must have updated project version and changelog (./CHANGELOG.md) to reflect the addition of the new SDK in the project. Do only this if current version is not released yet. If current version is already released, then we will update the version and changelog in the next release when we have more changes to add along with the new SDK addition.
50+
- [] Run go mod tidy to ensure that any new dependencies added for the SDK are properly included in the project.
51+
- [] Run all tests to ensure that the addition of the new SDK does not break any existing functionality in the project.

.claude/skills/update-sdk-version/SKILL.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@ Based on the gathered information, generate code snipppet to add latest SDK vers
4040
- [] Verify that the installation commands and configuration settings are correct and will work on a Windows machine
4141
- [] Ensure that the example usage provided is relevant and demonstrates the key features of the new SDK version effectively
4242
- [] Check that the code snippets are formatted correctly and are easy to read and understand.
43-
- [] We must have updated project version and changelog (./CHANGELOG.md) to reflect the addition of the new SDK in the project. Do only this if current version is not released yet. If current version is already released, then we will update the version and changelog in the next release when we have more changes to add along with the new SDK addition.
43+
- [] We must have updated project version and changelog (./CHANGELOG.md) to reflect the addition of the new SDK in the project. Do only this if current version is not released yet. If current version is already released, then we will update the version and changelog in the next release when we have more changes to add along with the new SDK addition.
44+
- [] Run go mod tidy to ensure that any new dependencies added for the SDK are properly included in the project.
45+
- [] Run all tests to ensure that the update of the new SDK does not break any existing functionality in the project.

0 commit comments

Comments
 (0)