wgc 0.90.7 → 0.91.1
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
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
const goMod = `
|
|
5
5
|
module {modulePath}
|
|
6
6
|
|
|
7
|
-
go 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.
|
|
394
|
+
const dockerfile = `FROM --platform=$BUILDPLATFORM golang:1.25-alpine AS builder
|
|
395
395
|
|
|
396
396
|
# Multi-platform build arguments
|
|
397
397
|
ARG TARGETOS
|