Skip to content

Commit 92cc878

Browse files
Update documentation: falsefalsefalsefalseSDK-Go v0.18.1, false (#654)
Co-authored-by: slinkydeveloper <[email protected]>
1 parent 9614855 commit 92cc878

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

code_snippets/go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/aws/aws-lambda-go v1.47.0
77
github.com/google/uuid v1.6.0
88
github.com/restatedev/examples/tutorials/tour-of-restate-go v0.0.0-20241215112244-6821fb89413e
9-
github.com/restatedev/sdk-go v0.18.0
9+
github.com/restatedev/sdk-go v0.18.1
1010
google.golang.org/protobuf v1.36.5
1111
)
1212

code_snippets/go/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
2828
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
2929
github.com/restatedev/examples/tutorials/tour-of-restate-go v0.0.0-20241215112244-6821fb89413e h1:O9QUMjGsJsXI5eKo0edY8vV2YmCZLtJDOG9LshMeK0o=
3030
github.com/restatedev/examples/tutorials/tour-of-restate-go v0.0.0-20241215112244-6821fb89413e/go.mod h1:Wbu3K7MjzG8At1t1DYyvOnABi98jGeCatVva0Xqqhow=
31-
github.com/restatedev/sdk-go v0.18.0 h1:HxyPvVFIPkAtzJhgYVaxlykJq8teuNPDnIbi5hu4CHM=
32-
github.com/restatedev/sdk-go v0.18.0/go.mod h1:X6FqNmOXPxWNKMmOigqv9vEOR/LkJgPEF2a5TqfJ2fU=
31+
github.com/restatedev/sdk-go v0.18.1 h1:T8YW8VIrD766tiTZJGEG975KLUDZx9nXuYNr6SQIY4w=
32+
github.com/restatedev/sdk-go v0.18.1/go.mod h1:X6FqNmOXPxWNKMmOigqv9vEOR/LkJgPEF2a5TqfJ2fU=
3333
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
3434
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
3535
github.com/tetratelabs/wazero v1.9.0 h1:IcZ56OuxrtaEz8UYNRHBrUa9bYeX9oVY93KspZZBf/I=

restate.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"RESTATE_VERSION": "1.4",
33
"TYPESCRIPT_SDK_VERSION": "1.7.2",
44
"JAVA_SDK_VERSION": "2.2.0",
5-
"GO_SDK_VERSION": "0.18.0",
5+
"GO_SDK_VERSION": "v0.18.1",
66
"PYTHON_SDK_VERSION": "0.8.0",
77
"RUST_SDK_VERSION": "0.6.0"
88
}

0 commit comments

Comments
 (0)