We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d108c commit ef8ec05Copy full SHA for ef8ec05
.harness/ffgolangserversdk.yaml
@@ -176,7 +176,7 @@ pipeline:
176
dockerfile: ff-sdk-testgrid/go/Dockerfile
177
context: ff-sdk-testgrid/go
178
buildArgs:
179
- SDK_VERSION: v0.1.24
+ SDK_VERSION: v0.1.25
180
BUILD_MODE: local
181
resources:
182
limits:
analyticsservice/analytics.go
@@ -26,7 +26,7 @@ const (
26
variationValueAttribute string = "featureValue"
27
targetAttribute string = "target"
28
sdkVersionAttribute string = "SDK_VERSION"
29
- SdkVersion string = "0.1.24"
+ SdkVersion string = "0.1.25"
30
sdkTypeAttribute string = "SDK_TYPE"
31
sdkType string = "server"
32
sdkLanguageAttribute string = "SDK_LANGUAGE"
0 commit comments