wgc 0.90.7 → 0.91.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wgc",
3
- "version": "0.90.7",
3
+ "version": "0.91.0",
4
4
  "description": "The official CLI tool to manage the GraphQL Federation Platform Cosmo",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",
@@ -4,7 +4,7 @@
4
4
  const goMod = `
5
5
  module {modulePath}
6
6
 
7
- go 1.24.1
7
+ go 1.25.1
8
8
 
9
9
  require (
10
10
  github.com/stretchr/testify v1.10.0
@@ -391,7 +391,7 @@ generated/service.proto
391
391
  # Ignore the plugin binary
392
392
  bin/
393
393
  `;
394
- const dockerfile = `FROM --platform=$BUILDPLATFORM golang:1.24-alpine AS builder
394
+ const dockerfile = `FROM --platform=$BUILDPLATFORM golang:1.25-alpine AS builder
395
395
 
396
396
  # Multi-platform build arguments
397
397
  ARG TARGETOS