File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ COPY wasm-msg/Cargo.toml ./wasm-msg/
4747COPY wasm/rust-guest/Cargo.toml ./wasm/rust-guest/
4848COPY openfeature-provider/java/Cargo.toml ./openfeature-provider/java/
4949COPY openfeature-provider/js/Cargo.toml ./openfeature-provider/js/
50+ COPY openfeature-provider/go/Cargo.toml ./openfeature-provider/go/
5051
5152# Copy proto files (needed by build.rs)
5253COPY confidence-resolver/protos ./confidence-resolver/protos/
@@ -99,6 +100,7 @@ COPY wasm/rust-guest/ ./wasm/rust-guest/
99100COPY wasm/proto/ ./wasm/proto/
100101COPY openfeature-provider/java/Cargo.toml ./openfeature-provider/java/
101102COPY openfeature-provider/js/Cargo.toml ./openfeature-provider/js/
103+ COPY openfeature-provider/go/Cargo.toml ./openfeature-provider/go/
102104
103105# Touch files to ensure rebuild (dependencies are cached)
104106RUN find . -type f -name "*.rs" -exec touch {} +
@@ -152,6 +154,7 @@ COPY wasm/rust-guest/ ./wasm/rust-guest/
152154COPY wasm/proto/ ./wasm/proto/
153155COPY openfeature-provider/java/Cargo.toml ./openfeature-provider/java/
154156COPY openfeature-provider/js/Cargo.toml ./openfeature-provider/js/
157+ COPY openfeature-provider/go/Cargo.toml ./openfeature-provider/go/
155158
156159# Copy data directory (needed by confidence-cloudflare-resolver include_str! macros)
157160COPY data/ ./data/
You can’t perform that action at this time.
0 commit comments