There was an error while loading. Please reload this page.
1 parent 99a2be1 commit cb9462fCopy full SHA for cb9462f
3 files changed
.github/workflows/manual-publish.yml
@@ -100,6 +100,10 @@ jobs:
100
outputs:
101
package-hashes: ${{ steps.publish.outputs.package-hashes }}
102
steps:
103
+ - name: Checkout
104
+ uses: actions/checkout@v4
105
+ - run: git submodule update --init --recursive
106
+
107
- name: Publish Python SDK
108
id: publish
109
uses: ./.github/actions/publish-python-sdk
.github/workflows/release-please.yml
@@ -32,6 +32,9 @@ jobs:
32
33
34
35
36
37
38
39
40
go/go.mod
@@ -0,0 +1,3 @@
1
+module github.com/observability-sdk/go
2
3
+go 1.24.3
0 commit comments