Merge pull request #2414 from pikasTech/fix/go-env-launcher-identity

fix: include go launcher in env identity
This commit is contained in:
Lyon
2026-07-07 00:35:46 +08:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -65,6 +65,7 @@ spec:
paths: paths:
- go.mod - go.mod
- go.sum - go.sum
- deploy/runtime/launcher/hwlab-go-env-reuse-launcher.mjs
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts - deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
- internal/dev-entrypoint/artifact-runtime.mjs - internal/dev-entrypoint/artifact-runtime.mjs
envReuse: envReuse:
@@ -74,6 +75,7 @@ spec:
envIdentityFiles: envIdentityFiles:
- go.mod - go.mod
- go.sum - go.sum
- deploy/runtime/launcher/hwlab-go-env-reuse-launcher.mjs
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts - deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
- internal/dev-entrypoint/artifact-runtime.mjs - internal/dev-entrypoint/artifact-runtime.mjs
hwlab-user-billing: hwlab-user-billing:
@@ -90,6 +92,7 @@ spec:
paths: paths:
- go.mod - go.mod
- go.sum - go.sum
- deploy/runtime/launcher/hwlab-go-env-reuse-launcher.mjs
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts - deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
- internal/dev-entrypoint/artifact-runtime.mjs - internal/dev-entrypoint/artifact-runtime.mjs
envReuse: envReuse:
@@ -99,6 +102,7 @@ spec:
envIdentityFiles: envIdentityFiles:
- go.mod - go.mod
- go.sum - go.sum
- deploy/runtime/launcher/hwlab-go-env-reuse-launcher.mjs
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts - deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
- internal/dev-entrypoint/artifact-runtime.mjs - internal/dev-entrypoint/artifact-runtime.mjs
hwlab-project-management: hwlab-project-management:
+2 -1
View File
@@ -21,7 +21,8 @@ export const DEFAULT_RUNTIME_DEP_PATHS = Object.freeze([
export const GO_RUNTIME_DEP_PATHS = Object.freeze([ export const GO_RUNTIME_DEP_PATHS = Object.freeze([
"go.mod", "go.mod",
"go.sum" "go.sum",
"deploy/runtime/launcher/hwlab-go-env-reuse-launcher.mjs"
]); ]);
export const DEFAULT_RUNTIME_PACKAGE_FIELDS = Object.freeze([ export const DEFAULT_RUNTIME_PACKAGE_FIELDS = Object.freeze([