From dc5fa19154b57b53e38922452c2444a84f11c22a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 15:19:02 +0000 Subject: [PATCH 1/2] fix(deps): update all non-major dependencies --- Dockerfile | 2 +- command/pipeline/exec.go | 4 +- command/pipeline/testdata/.vela.yml | 2 +- command/pipeline/validate.go | 2 +- go.mod | 42 +++++++------- go.sum | 88 ++++++++++++++--------------- 6 files changed, 70 insertions(+), 70 deletions(-) diff --git a/Dockerfile b/Dockerfile index bf447824..b5d8db6d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # docker build -t target/vela-cli:latest . # ################################################# -FROM alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 +FROM alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 RUN apk add --update --no-cache ca-certificates diff --git a/command/pipeline/exec.go b/command/pipeline/exec.go index dff699ed..dc98df29 100644 --- a/command/pipeline/exec.go +++ b/command/pipeline/exec.go @@ -179,13 +179,13 @@ var CommandExec = &cli.Command{ Sources: cli.EnvVars("VELA_CLONE_IMAGE", "COMPILER_CLONE_IMAGE"), Name: "clone-image", Usage: "the clone image to use for the injected clone step", - Value: "docker.io/target/vela-git-slim:v0.12.1@sha256:93cdb399e0a3150addac494198473c464c978ca055121593607097b75480192b", // renovate: container + Value: "docker.io/target/vela-git-slim:v0.14.0@sha256:592b6f0607912380ed61c79dcfca8145509a7d0f49b0839d9132095f5797668c", // renovate: container }, &cli.StringFlag{ Sources: cli.EnvVars("VELA_OUTPUTS_IMAGE", "EXECUTOR_OUTPUTS_IMAGE"), Name: "outputs-image", Usage: "the outputs image to use for the build", - Value: "docker.io/library/alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1", // renovate: container + Value: "docker.io/library/alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659", // renovate: container }, // Environment Flags diff --git a/command/pipeline/testdata/.vela.yml b/command/pipeline/testdata/.vela.yml index aa60dcd9..14f10a51 100644 --- a/command/pipeline/testdata/.vela.yml +++ b/command/pipeline/testdata/.vela.yml @@ -2,6 +2,6 @@ version: "1" steps: - name: hello - image: alpine@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 + image: alpine@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 commands: - echo "Hello, world!" \ No newline at end of file diff --git a/command/pipeline/validate.go b/command/pipeline/validate.go index 8f60438a..5adafb1a 100644 --- a/command/pipeline/validate.go +++ b/command/pipeline/validate.go @@ -178,7 +178,7 @@ var CommandValidate = &cli.Command{ Sources: cli.EnvVars("VELA_CLONE_IMAGE", "COMPILER_CLONE_IMAGE"), Name: "clone-image", Usage: "the clone image to use for the injected clone step", - Value: "docker.io/target/vela-git-slim:v0.12.1@sha256:93cdb399e0a3150addac494198473c464c978ca055121593607097b75480192b", // renovate: container + Value: "docker.io/target/vela-git-slim:v0.14.0@sha256:592b6f0607912380ed61c79dcfca8145509a7d0f49b0839d9132095f5797668c", // renovate: container Category: "4. Compiler:", }, }, diff --git a/go.mod b/go.mod index d6f90e40..a56bcf05 100644 --- a/go.mod +++ b/go.mod @@ -1,19 +1,19 @@ module github.com/go-vela/cli -go 1.25.7 +go 1.26.1 require ( github.com/Masterminds/semver/v3 v3.4.0 - github.com/alecthomas/chroma/v2 v2.19.0 + github.com/alecthomas/chroma/v2 v2.23.1 github.com/chainguard-dev/git-urls v1.0.2 github.com/cli/browser v1.3.0 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc github.com/dustin/go-humanize v1.0.1 github.com/gin-gonic/gin v1.12.0 github.com/go-git/go-git/v5 v5.16.2 - github.com/go-vela/sdk-go v0.28.0-rc3 - github.com/go-vela/server v0.28.0-rc3 - github.com/go-vela/worker v0.28.0-rc2 + github.com/go-vela/sdk-go v0.28.0-rc4 + github.com/go-vela/server v0.28.0-rc5 + github.com/go-vela/worker v0.28.0-rc4 github.com/golang-jwt/jwt/v5 v5.3.1 github.com/gosuri/uitable v0.0.4 github.com/joho/godotenv v1.5.1 @@ -21,7 +21,7 @@ require ( github.com/muesli/termenv v0.16.0 github.com/sirupsen/logrus v1.9.4 github.com/spf13/afero v1.15.0 - github.com/urfave/cli-docs/v3 v3.0.0-alpha6 + github.com/urfave/cli-docs/v3 v3.1.0 github.com/urfave/cli/v3 v3.7.0 go.yaml.in/yaml/v3 v3.0.4 golang.org/x/term v0.40.0 @@ -89,12 +89,12 @@ require ( github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect github.com/google/gnostic-models v0.7.0 // indirect github.com/google/go-cmp v0.7.0 // indirect - github.com/google/go-github/v83 v83.0.0 // indirect + github.com/google/go-github/v84 v84.0.0 // indirect github.com/google/go-querystring v1.2.0 // indirect github.com/google/uuid v1.6.0 // indirect github.com/gorilla/css v1.0.1 // indirect github.com/goware/urlx v0.3.2 // indirect - github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect + github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect github.com/hashicorp/errwrap v1.1.0 // indirect github.com/hashicorp/go-cleanhttp v0.5.2 // indirect github.com/hashicorp/go-envparse v0.1.0 // indirect @@ -131,7 +131,7 @@ require ( github.com/microcosm-cc/bluemonday v1.0.27 // indirect github.com/minio/crc64nvme v1.1.1 // indirect github.com/minio/md5-simd v1.1.2 // indirect - github.com/minio/minio-go/v7 v7.0.98 // indirect + github.com/minio/minio-go/v7 v7.0.99 // indirect github.com/mitchellh/copystructure v1.2.0 // indirect github.com/mitchellh/reflectwalk v1.0.2 // indirect github.com/moby/docker-image-spec v1.3.1 // indirect @@ -168,19 +168,19 @@ require ( github.com/yuin/gopher-lua v1.1.1 // indirect go.mongodb.org/mongo-driver/v2 v2.5.0 // indirect go.opentelemetry.io/auto/sdk v1.2.1 // indirect - go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.65.0 // indirect - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0 // indirect - go.opentelemetry.io/otel v1.40.0 // indirect - go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 // indirect - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.40.0 // indirect - go.opentelemetry.io/otel/metric v1.40.0 // indirect - go.opentelemetry.io/otel/sdk v1.40.0 // indirect - go.opentelemetry.io/otel/trace v1.40.0 // indirect + go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.66.0 // indirect + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.66.0 // indirect + go.opentelemetry.io/otel v1.41.0 // indirect + go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.41.0 // indirect + go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.41.0 // indirect + go.opentelemetry.io/otel/metric v1.41.0 // indirect + go.opentelemetry.io/otel/sdk v1.41.0 // indirect + go.opentelemetry.io/otel/trace v1.41.0 // indirect go.opentelemetry.io/proto/otlp v1.9.0 // indirect go.starlark.net v0.0.0-20260210143700-b62fd896b91b // indirect go.uber.org/atomic v1.11.0 // indirect go.yaml.in/yaml/v2 v2.4.3 // indirect - golang.org/x/arch v0.23.0 // indirect + golang.org/x/arch v0.24.0 // indirect golang.org/x/crypto v0.48.0 // indirect golang.org/x/net v0.51.0 // indirect golang.org/x/oauth2 v0.35.0 // indirect @@ -188,9 +188,9 @@ require ( golang.org/x/sys v0.41.0 // indirect golang.org/x/text v0.34.0 // indirect golang.org/x/time v0.14.0 // indirect - google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect - google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect - google.golang.org/grpc v1.78.0 // indirect + google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57 // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20260209200024-4cfbd4190f57 // indirect + google.golang.org/grpc v1.79.1 // indirect google.golang.org/protobuf v1.36.11 // indirect gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect gopkg.in/inf.v0 v0.9.1 // indirect diff --git a/go.sum b/go.sum index 2a8fa80c..27bb82de 100644 --- a/go.sum +++ b/go.sum @@ -25,10 +25,10 @@ github.com/adhocore/gronx v1.19.6 h1:5KNVcoR9ACgL9HhEqCm5QXsab/gI4QDIybTAWcXDKDc github.com/adhocore/gronx v1.19.6/go.mod h1:7oUY1WAU8rEJWmAxXR2DN0JaO4gi9khSgKjiRypqteg= github.com/alecthomas/assert/v2 v2.11.0 h1:2Q9r3ki8+JYXvGsDyBXwH3LcJ+WK5D0gc5E8vS6K3D0= github.com/alecthomas/assert/v2 v2.11.0/go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8yS+TtBj1WA3k= -github.com/alecthomas/chroma/v2 v2.19.0 h1:Im+SLRgT8maArxv81mULDWN8oKxkzboH07CHesxElq4= -github.com/alecthomas/chroma/v2 v2.19.0/go.mod h1:RVX6AvYm4VfYe/zsk7mjHueLDZor3aWCNE14TFlepBk= -github.com/alecthomas/repr v0.4.0 h1:GhI2A8MACjfegCPVq9f1FLvIBS+DrQ2KQBFZP1iFzXc= -github.com/alecthomas/repr v0.4.0/go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4= +github.com/alecthomas/chroma/v2 v2.23.1 h1:nv2AVZdTyClGbVQkIzlDm/rnhk1E9bU9nXwmZ/Vk/iY= +github.com/alecthomas/chroma/v2 v2.23.1/go.mod h1:NqVhfBR0lte5Ouh3DcthuUCTUpDC9cxBOfyMbMQPs3o= +github.com/alecthomas/repr v0.5.2 h1:SU73FTI9D1P5UNtvseffFSGmdNci/O6RsqzeXJtP0Qs= +github.com/alecthomas/repr v0.5.2/go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4= github.com/alicebob/miniredis/v2 v2.37.0 h1:RheObYW32G1aiJIj81XVt78ZHJpHonHLHW7OLIshq68= github.com/alicebob/miniredis/v2 v2.37.0/go.mod h1:TcL7YfarKPGDAthEtl5NBeHZfeUQj6OXMm/+iu5cLMM= github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFIImctFaOjnTIavg87rW78vTPkQqLI8= @@ -167,12 +167,12 @@ github.com/go-playground/validator/v10 v10.30.1 h1:f3zDSN/zOma+w6+1Wswgd9fLkdwy0 github.com/go-playground/validator/v10 v10.30.1/go.mod h1:oSuBIQzuJxL//3MelwSLD5hc2Tu889bF0Idm9Dg26cM= github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI= github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8= -github.com/go-vela/sdk-go v0.28.0-rc3 h1:M4RSmVs8HK1/Zl20VWDV66b1b6eSlaHTwESOBIWkaLA= -github.com/go-vela/sdk-go v0.28.0-rc3/go.mod h1:r4C1Vv9AYT9TD8P44/kL+THD1TNU7F7p3zxyctGOymA= -github.com/go-vela/server v0.28.0-rc3 h1:M2zdKnJpbjcVkfyBbPH2zpY4NSPHs2Jnb/99T54z5RE= -github.com/go-vela/server v0.28.0-rc3/go.mod h1:2enRAFzhb7hVUXaj7b9v1uuVHImbGktJ6SpkcMsWdN0= -github.com/go-vela/worker v0.28.0-rc2 h1:fzVfPg1pdcFE/u4zJLxXDIgxvfddQbhCOFtezQynP9s= -github.com/go-vela/worker v0.28.0-rc2/go.mod h1:4J9tPsK283nuCgV8KYOLcWlugk62P9gEKnAOjXNaTXg= +github.com/go-vela/sdk-go v0.28.0-rc4 h1:bCZ1PJNNZVDZf7sivFF4hKuNKe84pPqkMCjAN4gx+O4= +github.com/go-vela/sdk-go v0.28.0-rc4/go.mod h1:cNraDM781617WqDovLDC46cHzWvy1vCsSnLGZ1WimEU= +github.com/go-vela/server v0.28.0-rc5 h1:cPcthcsK4DpqRtZzjWhgrQmrgJE/UBMp1gStl5nh9IQ= +github.com/go-vela/server v0.28.0-rc5/go.mod h1:WhELSZ/8rCH+Z/aRC9F5FWJy+bl/10yP2bKSLafOYlA= +github.com/go-vela/worker v0.28.0-rc4 h1:gOBe6fZw4KqGLGziVrlWhMNkNxfxj+dVPGdBBh/eaQ4= +github.com/go-vela/worker v0.28.0-rc4/go.mod h1:JXN4d5Nd8qJ+srrs4Qrf/O0m9P3hWU7XhwDQVrRQ8Xc= github.com/goccy/go-json v0.10.5 h1:Fq85nIqj+gXn/S5ahsiTlK3TmC85qgirsdTP/+DeaC4= github.com/goccy/go-json v0.10.5/go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M= github.com/goccy/go-yaml v1.19.2 h1:PmFC1S6h8ljIz6gMRBopkjP1TVT7xuwrButHID66PoM= @@ -189,8 +189,8 @@ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5a github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= -github.com/google/go-github/v83 v83.0.0 h1:Ydy4gAfqxrnFUwXAuKl/OMhhGa0KtMtnJ3EozIIuHT0= -github.com/google/go-github/v83 v83.0.0/go.mod h1:gbqarhK37mpSu8Xy7sz21ITtznvzouyHSAajSaYCHe8= +github.com/google/go-github/v84 v84.0.0 h1:I/0Xn5IuChMe8TdmI2bbim5nyhaRFJ7DEdzmD2w+yVA= +github.com/google/go-github/v84 v84.0.0/go.mod h1:WwYL1z1ajRdlaPszjVu/47x1L0PXukJBn73xsiYrRRQ= github.com/google/go-querystring v1.2.0 h1:yhqkPbu2/OH+V9BfpCVPZkNmUXhb2gBxJArfhIxNtP0= github.com/google/go-querystring v1.2.0/go.mod h1:8IFJqpSRITyJ8QhQ13bmbeMBDfmeEJZD5A0egEOmkqU= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -204,8 +204,8 @@ github.com/gosuri/uitable v0.0.4 h1:IG2xLKRvErL3uhY6e1BylFzG+aJiwQviDDTfOKeKTpY= github.com/gosuri/uitable v0.0.4/go.mod h1:tKR86bXuXPZazfOTG1FIzvjIdXzd0mo4Vtn16vt0PJo= github.com/goware/urlx v0.3.2 h1:gdoo4kBHlkqZNaf6XlQ12LGtQOmpKJrR04Rc3RnpJEo= github.com/goware/urlx v0.3.2/go.mod h1:h8uwbJy68o+tQXCGZNa9D73WN8n0r9OBae5bUnLcgjw= -github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 h1:X+2YciYSxvMQK0UZ7sg45ZVabVZBeBuvMkmuI2V3Fak= -github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7/go.mod h1:lW34nIZuQ8UDPdkon5fmfp2l3+ZkQ2me/+oecHYLOII= +github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 h1:HWRh5R2+9EifMyIHV7ZV+MIZqgz+PMpZ14Jynv3O2Zs= +github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0/go.mod h1:JfhWUomR1baixubs02l85lZYYOm7LV6om4ceouMv45c= github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I= github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= @@ -302,8 +302,8 @@ github.com/minio/crc64nvme v1.1.1 h1:8dwx/Pz49suywbO+auHCBpCtlW1OfpcLN7wYgVR6wAI github.com/minio/crc64nvme v1.1.1/go.mod h1:eVfm2fAzLlxMdUGc0EEBGSMmPwmXD5XiNRpnu9J3bvg= github.com/minio/md5-simd v1.1.2 h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34= github.com/minio/md5-simd v1.1.2/go.mod h1:MzdKDxYpY2BT9XQFocsiZf/NKVtR7nkE4RoEpN+20RM= -github.com/minio/minio-go/v7 v7.0.98 h1:MeAVKjLVz+XJ28zFcuYyImNSAh8Mq725uNW4beRisi0= -github.com/minio/minio-go/v7 v7.0.98/go.mod h1:cY0Y+W7yozf0mdIclrttzo1Iiu7mEf9y7nk2uXqMOvM= +github.com/minio/minio-go/v7 v7.0.99 h1:2vH/byrwUkIpFQFOilvTfaUpvAX3fEFhEzO+DR3DlCE= +github.com/minio/minio-go/v7 v7.0.99/go.mod h1:EtGNKtlX20iL2yaYnxEigaIvj0G0GwSDnifnG8ClIdw= github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw= github.com/mitchellh/copystructure v1.2.0/go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s= github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ= @@ -405,8 +405,8 @@ github.com/uptrace/opentelemetry-go-extra/otelgorm v0.3.2 h1:Jjn3zoRz13f8b1bR6Lr github.com/uptrace/opentelemetry-go-extra/otelgorm v0.3.2/go.mod h1:wocb5pNrj/sjhWB9J5jctnC0K2eisSdz/nJJBNFHo+A= github.com/uptrace/opentelemetry-go-extra/otelsql v0.3.2 h1:ZjUj9BLYf9PEqBn8W/OapxhPjVRdC6CsXTdULHsyk5c= github.com/uptrace/opentelemetry-go-extra/otelsql v0.3.2/go.mod h1:O8bHQfyinKwTXKkiKNGmLQS7vRsqRxIQTFZpYpHK3IQ= -github.com/urfave/cli-docs/v3 v3.0.0-alpha6 h1:w/l/N0xw1rO/aHRIGXJ0lDwwYFOzilup1qGvIytP3BI= -github.com/urfave/cli-docs/v3 v3.0.0-alpha6/go.mod h1:p7Z4lg8FSTrPB9GTaNyTrK3ygffHZcK3w0cU2VE+mzU= +github.com/urfave/cli-docs/v3 v3.1.0 h1:Sa5xm19IpE5gpm6tZzXdfjdFxn67PnEsE4dpXF7vsKw= +github.com/urfave/cli-docs/v3 v3.1.0/go.mod h1:59d+5Hz1h6GSGJ10cvcEkbIe3j233t4XDqI72UIx7to= github.com/urfave/cli/v3 v3.7.0 h1:AGSnbUyjtLiM+WJUb4dzXKldl/gL+F8OwmRDtVr6g2U= github.com/urfave/cli/v3 v3.7.0/go.mod h1:ysVLtOEmg2tOy6PknnYVhDoouyC/6N42TMeoMzskhso= github.com/valyala/fastjson v1.6.7 h1:ZE4tRy0CIkh+qDc5McjatheGX2czdn8slQjomexVpBM= @@ -425,24 +425,24 @@ go.mongodb.org/mongo-driver/v2 v2.5.0 h1:yXUhImUjjAInNcpTcAlPHiT7bIXhshCTL3jVBkF go.mongodb.org/mongo-driver/v2 v2.5.0/go.mod h1:yOI9kBsufol30iFsl1slpdq1I0eHPzybRWdyYUs8K/0= go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ64= go.opentelemetry.io/auto/sdk v1.2.1/go.mod h1:KRTj+aOaElaLi+wW1kO/DZRXwkF4C5xPbEe3ZiIhN7Y= -go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.65.0 h1:ab5U7DpTjjN8pNgwqlA/s0Csb+N2Raqo9eTSDhfg4Z8= -go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.65.0/go.mod h1:nwFJC46Dxhqz5R9k7IV8To/Z46JPvW+GNKhTxQQlUzg= -go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0 h1:7iP2uCb7sGddAr30RRS6xjKy7AZ2JtTOPA3oolgVSw8= -go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0/go.mod h1:c7hN3ddxs/z6q9xwvfLPk+UHlWRQyaeR1LdgfL/66l0= -go.opentelemetry.io/otel v1.40.0 h1:oA5YeOcpRTXq6NN7frwmwFR0Cn3RhTVZvXsP4duvCms= -go.opentelemetry.io/otel v1.40.0/go.mod h1:IMb+uXZUKkMXdPddhwAHm6UfOwJyh4ct1ybIlV14J0g= -go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 h1:QKdN8ly8zEMrByybbQgv8cWBcdAarwmIPZ6FThrWXJs= -go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0/go.mod h1:bTdK1nhqF76qiPoCCdyFIV+N/sRHYXYCTQc+3VCi3MI= -go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.40.0 h1:wVZXIWjQSeSmMoxF74LzAnpVQOAFDo3pPji9Y4SOFKc= -go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.40.0/go.mod h1:khvBS2IggMFNwZK/6lEeHg/W57h/IX6J4URh57fuI40= -go.opentelemetry.io/otel/metric v1.40.0 h1:rcZe317KPftE2rstWIBitCdVp89A2HqjkxR3c11+p9g= -go.opentelemetry.io/otel/metric v1.40.0/go.mod h1:ib/crwQH7N3r5kfiBZQbwrTge743UDc7DTFVZrrXnqc= -go.opentelemetry.io/otel/sdk v1.40.0 h1:KHW/jUzgo6wsPh9At46+h4upjtccTmuZCFAc9OJ71f8= -go.opentelemetry.io/otel/sdk v1.40.0/go.mod h1:Ph7EFdYvxq72Y8Li9q8KebuYUr2KoeyHx0DRMKrYBUE= -go.opentelemetry.io/otel/sdk/metric v1.40.0 h1:mtmdVqgQkeRxHgRv4qhyJduP3fYJRMX4AtAlbuWdCYw= -go.opentelemetry.io/otel/sdk/metric v1.40.0/go.mod h1:4Z2bGMf0KSK3uRjlczMOeMhKU2rhUqdWNoKcYrtcBPg= -go.opentelemetry.io/otel/trace v1.40.0 h1:WA4etStDttCSYuhwvEa8OP8I5EWu24lkOzp+ZYblVjw= -go.opentelemetry.io/otel/trace v1.40.0/go.mod h1:zeAhriXecNGP/s2SEG3+Y8X9ujcJOTqQ5RgdEJcawiA= +go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.66.0 h1:U++6AfUpXXSILim4iH6Jb2oeK/mp7J4lNzzyO8Cx4Zw= +go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.66.0/go.mod h1:HVNUDNMGMeykut/2GZ++AZjglCqew/+Hf4lxRVqFFxQ= +go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.66.0 h1:PnV4kVnw0zOmwwFkAzCN5O07fw1YOIQor120zrh0AVo= +go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.66.0/go.mod h1:ofAwF4uinaf8SXdVzzbL4OsxJ3VfeEg3f/F6CeF49/Y= +go.opentelemetry.io/otel v1.41.0 h1:YlEwVsGAlCvczDILpUXpIpPSL/VPugt7zHThEMLce1c= +go.opentelemetry.io/otel v1.41.0/go.mod h1:Yt4UwgEKeT05QbLwbyHXEwhnjxNO6D8L5PQP51/46dE= +go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.41.0 h1:ao6Oe+wSebTlQ1OEht7jlYTzQKE+pnx/iNywFvTbuuI= +go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.41.0/go.mod h1:u3T6vz0gh/NVzgDgiwkgLxpsSF6PaPmo2il0apGJbls= +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.41.0 h1:inYW9ZhgqiDqh6BioM7DVHHzEGVq76Db5897WLGZ5Go= +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.41.0/go.mod h1:Izur+Wt8gClgMJqO/cZ8wdeeMryJ/xxiOVgFSSfpDTY= +go.opentelemetry.io/otel/metric v1.41.0 h1:rFnDcs4gRzBcsO9tS8LCpgR0dxg4aaxWlJxCno7JlTQ= +go.opentelemetry.io/otel/metric v1.41.0/go.mod h1:xPvCwd9pU0VN8tPZYzDZV/BMj9CM9vs00GuBjeKhJps= +go.opentelemetry.io/otel/sdk v1.41.0 h1:YPIEXKmiAwkGl3Gu1huk1aYWwtpRLeskpV+wPisxBp8= +go.opentelemetry.io/otel/sdk v1.41.0/go.mod h1:ahFdU0G5y8IxglBf0QBJXgSe7agzjE4GiTJ6HT9ud90= +go.opentelemetry.io/otel/sdk/metric v1.41.0 h1:siZQIYBAUd1rlIWQT2uCxWJxcCO7q3TriaMlf08rXw8= +go.opentelemetry.io/otel/sdk/metric v1.41.0/go.mod h1:HNBuSvT7ROaGtGI50ArdRLUnvRTRGniSUZbxiWxSO8Y= +go.opentelemetry.io/otel/trace v1.41.0 h1:Vbk2co6bhj8L59ZJ6/xFTskY+tGAbOnCtQGVVa9TIN0= +go.opentelemetry.io/otel/trace v1.41.0/go.mod h1:U1NU4ULCoxeDKc09yCWdWe+3QoyweJcISEVa1RBzOis= go.opentelemetry.io/proto/otlp v1.9.0 h1:l706jCMITVouPOqEnii2fIAuO3IVGBRPV5ICjceRb/A= go.opentelemetry.io/proto/otlp v1.9.0/go.mod h1:xE+Cx5E/eEHw+ISFkwPLwCZefwVjY+pqKg1qcK03+/4= go.starlark.net v0.0.0-20260210143700-b62fd896b91b h1:mDO9/2PuBcapqFbhiCmFcEQZvlQnk3ILEZR+a8NL1z4= @@ -457,8 +457,8 @@ go.yaml.in/yaml/v2 v2.4.3 h1:6gvOSjQoTB3vt1l+CU+tSyi/HOjfOjRLJ4YwYZGwRO0= go.yaml.in/yaml/v2 v2.4.3/go.mod h1:zSxWcmIDjOzPXpjlTTbAsKokqkDNAVtZO0WOMiT90s8= go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc= go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg= -golang.org/x/arch v0.23.0 h1:lKF64A2jF6Zd8L0knGltUnegD62JMFBiCPBmQpToHhg= -golang.org/x/arch v0.23.0/go.mod h1:dNHoOeKiyja7GTvF9NJS1l3Z2yntpQNzgrjh1cU103A= +golang.org/x/arch v0.24.0 h1:qlJ3M9upxvFfwRM51tTg3Yl+8CP9vCC1E7vlFpgv99Y= +golang.org/x/arch v0.24.0/go.mod h1:dNHoOeKiyja7GTvF9NJS1l3Z2yntpQNzgrjh1cU103A= golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.48.0 h1:/VRzVqiRSggnhY7gNRxPauEQ5Drw9haKdM0jqfcCFts= golang.org/x/crypto v0.48.0/go.mod h1:r0kV5h3qnFPlQnBSrULhlsRfryS2pmewsg+XfMgkVos= @@ -497,12 +497,12 @@ golang.org/x/tools v0.41.0 h1:a9b8iMweWG+S0OBnlU36rzLp20z1Rp10w+IY2czHTQc= golang.org/x/tools v0.41.0/go.mod h1:XSY6eDqxVNiYgezAVqqCeihT4j1U2CCsqvH3WhQpnlg= gonum.org/v1/gonum v0.16.0 h1:5+ul4Swaf3ESvrOnidPp4GZbzf0mxVQpDCYUQE7OJfk= gonum.org/v1/gonum v0.16.0/go.mod h1:fef3am4MQ93R2HHpKnLk4/Tbh/s0+wqD5nfa6Pnwy4E= -google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 h1:merA0rdPeUV3YIIfHHcH4qBkiQAc1nfCKSI7lB4cV2M= -google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409/go.mod h1:fl8J1IvUjCilwZzQowmw2b7HQB2eAuYBabMXzWurF+I= -google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 h1:H86B94AW+VfJWDqFeEbBPhEtHzJwJfTbgE2lZa54ZAQ= -google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409/go.mod h1:j9x/tPzZkyxcgEFkiKEEGxfvyumM01BEtsW8xzOahRQ= -google.golang.org/grpc v1.78.0 h1:K1XZG/yGDJnzMdd/uZHAkVqJE+xIDOcmdSFZkBUicNc= -google.golang.org/grpc v1.78.0/go.mod h1:I47qjTo4OKbMkjA/aOOwxDIiPSBofUtQUI5EfpWvW7U= +google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57 h1:JLQynH/LBHfCTSbDWl+py8C+Rg/k1OVH3xfcaiANuF0= +google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57/go.mod h1:kSJwQxqmFXeo79zOmbrALdflXQeAYcUbgS7PbpMknCY= +google.golang.org/genproto/googleapis/rpc v0.0.0-20260209200024-4cfbd4190f57 h1:mWPCjDEyshlQYzBpMNHaEof6UX1PmHcaUODUywQ0uac= +google.golang.org/genproto/googleapis/rpc v0.0.0-20260209200024-4cfbd4190f57/go.mod h1:j9x/tPzZkyxcgEFkiKEEGxfvyumM01BEtsW8xzOahRQ= +google.golang.org/grpc v1.79.1 h1:zGhSi45ODB9/p3VAawt9a+O/MULLl9dpizzNNpq7flY= +google.golang.org/grpc v1.79.1/go.mod h1:KmT0Kjez+0dde/v2j9vzwoAScgEPx/Bw1CYChhHLrHQ= google.golang.org/protobuf v1.36.11 h1:fV6ZwhNocDyBLK0dj+fg8ektcVegBBuEolpbTQyBNVE= google.golang.org/protobuf v1.36.11/go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= From 15634928881efe246f4acc1a71af604aa8e1ae50 Mon Sep 17 00:00:00 2001 From: wass3rw3rk <49894298+wass3rw3rk@users.noreply.github.com> Date: Mon, 9 Mar 2026 10:29:33 -0500 Subject: [PATCH 2/2] make clean --- action/config/update.go | 5 ++--- action/dashboard/add.go | 2 +- action/repo/add.go | 32 ++++++++++++++++---------------- action/repo/update.go | 32 ++++++++++++++++---------------- action/schedule/add.go | 8 ++++---- action/schedule/update.go | 8 ++++---- action/settings/update.go | 12 ++++++------ action/settings/update_test.go | 6 +++--- action/settings/validate_test.go | 10 ++++------ action/worker/update.go | 8 ++++---- command/settings/update.go | 7 +++---- 11 files changed, 63 insertions(+), 67 deletions(-) diff --git a/action/config/update.go b/action/config/update.go index 47614b14..5092f5f3 100644 --- a/action/config/update.go +++ b/action/config/update.go @@ -10,7 +10,6 @@ import ( yaml "go.yaml.in/yaml/v3" "github.com/go-vela/cli/internal" - "github.com/go-vela/sdk-go/vela" ) // Update modifies one or more fields from the config file based off the provided configuration. @@ -149,9 +148,9 @@ func (c *Config) Update() error { if strings.EqualFold(key, internal.FlagColor) { // set the color field to value provided if value == "true" { - config.Color = vela.Bool(true) + config.Color = new(true) } else { - config.Color = vela.Bool(false) + config.Color = new(false) } } diff --git a/action/dashboard/add.go b/action/dashboard/add.go index d24e45ff..e40d2bc3 100644 --- a/action/dashboard/add.go +++ b/action/dashboard/add.go @@ -44,7 +44,7 @@ func (c *Config) Add(ctx context.Context, client *vela.Client) error { // create the dashboard object d := &api.Dashboard{ - Name: vela.String(c.Name), + Name: new(c.Name), Repos: &dashRepos, Admins: &dashAdmins, } diff --git a/action/repo/add.go b/action/repo/add.go index 62a2cf18..d09115ba 100644 --- a/action/repo/add.go +++ b/action/repo/add.go @@ -22,22 +22,22 @@ func (c *Config) Add(ctx context.Context, client *vela.Client) error { // // https://pkg.go.dev/github.com/go-vela/server/api/types?tab=doc#Repo r := &api.Repo{ - Org: vela.String(c.Org), - Name: vela.String(c.Name), - FullName: vela.String(fmt.Sprintf("%s/%s", c.Org, c.Name)), - Link: vela.String(c.Link), - Clone: vela.String(c.Clone), - Branch: vela.String(c.Branch), - BuildLimit: vela.Int32(c.BuildLimit), - Timeout: vela.Int32(c.Timeout), - Counter: vela.Int64(c.Counter), - Visibility: vela.String(c.Visibility), - Private: vela.Bool(c.Private), - Trusted: vela.Bool(c.Trusted), - Active: vela.Bool(c.Active), - PipelineType: vela.String(c.PipelineType), - ApproveBuild: vela.String(c.ApproveBuild), - MergeQueueEvents: vela.Strings(c.MergeQueueEvents), + Org: new(c.Org), + Name: new(c.Name), + FullName: new(fmt.Sprintf("%s/%s", c.Org, c.Name)), + Link: new(c.Link), + Clone: new(c.Clone), + Branch: new(c.Branch), + BuildLimit: new(c.BuildLimit), + Timeout: new(c.Timeout), + Counter: new(c.Counter), + Visibility: new(c.Visibility), + Private: new(c.Private), + Trusted: new(c.Trusted), + Active: new(c.Active), + PipelineType: new(c.PipelineType), + ApproveBuild: new(c.ApproveBuild), + MergeQueueEvents: new(c.MergeQueueEvents), } logrus.Tracef("adding repo %s/%s", c.Org, c.Name) diff --git a/action/repo/update.go b/action/repo/update.go index fc63b0f4..06973255 100644 --- a/action/repo/update.go +++ b/action/repo/update.go @@ -22,22 +22,22 @@ func (c *Config) Update(ctx context.Context, client *vela.Client) error { // // https://pkg.go.dev/github.com/go-vela/server/api/types?tab=doc#Repo r := &api.Repo{ - Org: vela.String(c.Org), - Name: vela.String(c.Name), - FullName: vela.String(fmt.Sprintf("%s/%s", c.Org, c.Name)), - Link: vela.String(c.Link), - Clone: vela.String(c.Clone), - Branch: vela.String(c.Branch), - BuildLimit: vela.Int32(c.BuildLimit), - Timeout: vela.Int32(c.Timeout), - Counter: vela.Int64(c.Counter), - Visibility: vela.String(c.Visibility), - Private: vela.Bool(c.Private), - Trusted: vela.Bool(c.Trusted), - Active: vela.Bool(c.Active), - PipelineType: vela.String(c.PipelineType), - ApproveBuild: vela.String(c.ApproveBuild), - MergeQueueEvents: vela.Strings(c.MergeQueueEvents), + Org: new(c.Org), + Name: new(c.Name), + FullName: new(fmt.Sprintf("%s/%s", c.Org, c.Name)), + Link: new(c.Link), + Clone: new(c.Clone), + Branch: new(c.Branch), + BuildLimit: new(c.BuildLimit), + Timeout: new(c.Timeout), + Counter: new(c.Counter), + Visibility: new(c.Visibility), + Private: new(c.Private), + Trusted: new(c.Trusted), + Active: new(c.Active), + PipelineType: new(c.PipelineType), + ApproveBuild: new(c.ApproveBuild), + MergeQueueEvents: new(c.MergeQueueEvents), } if len(c.Events) > 0 { diff --git a/action/schedule/add.go b/action/schedule/add.go index 1d1685d9..d35c5796 100644 --- a/action/schedule/add.go +++ b/action/schedule/add.go @@ -19,10 +19,10 @@ func (c *Config) Add(ctx context.Context, client *vela.Client) error { // create the schedule object s := &api.Schedule{ - Active: vela.Bool(c.Active), - Name: vela.String(c.Name), - Entry: vela.String(c.Entry), - Branch: vela.String(c.Branch), + Active: new(c.Active), + Name: new(c.Name), + Entry: new(c.Entry), + Branch: new(c.Branch), } logrus.Tracef("adding schedule %s/%s/%s", c.Org, c.Repo, c.Name) diff --git a/action/schedule/update.go b/action/schedule/update.go index 8337afc2..c391d727 100644 --- a/action/schedule/update.go +++ b/action/schedule/update.go @@ -19,10 +19,10 @@ func (c *Config) Update(ctx context.Context, client *vela.Client) error { // create the schedule object s := &api.Schedule{ - Active: vela.Bool(c.Active), - Name: vela.String(c.Name), - Entry: vela.String(c.Entry), - Branch: vela.String(c.Branch), + Active: new(c.Active), + Name: new(c.Name), + Entry: new(c.Entry), + Branch: new(c.Branch), } logrus.Tracef("updating schedule %s/%s/%s", c.Org, c.Repo, c.Name) diff --git a/action/settings/update.go b/action/settings/update.go index cbb61581..6dde6fee 100644 --- a/action/settings/update.go +++ b/action/settings/update.go @@ -32,7 +32,7 @@ func (c *Config) Update(ctx context.Context, client *vela.Client) error { // create the settings object sUpdate := &settings.Platform{ Queue: &settings.Queue{ - Routes: vela.Strings(s.GetRoutes()), + Routes: new(s.GetRoutes()), }, Compiler: &settings.Compiler{ CloneImage: c.CloneImage, @@ -44,8 +44,8 @@ func (c *Config) Update(ctx context.Context, client *vela.Client) error { OrgRoleMap: c.OrgRoleMap, TeamRoleMap: c.TeamRoleMap, }, - RepoAllowlist: vela.Strings(s.GetRepoAllowlist()), - ScheduleAllowlist: vela.Strings(s.GetScheduleAllowlist()), + RepoAllowlist: new(s.GetRepoAllowlist()), + ScheduleAllowlist: new(s.GetScheduleAllowlist()), } // update max dashboard repos if set @@ -227,15 +227,15 @@ func (c *Config) UpdateFromFile(ctx context.Context, client *vela.Client) error // update values if set if f.Compiler != nil { if f.CloneImage != nil { - s.CloneImage = vela.String(f.GetCloneImage()) + s.CloneImage = new(f.GetCloneImage()) } if f.TemplateDepth != nil { - s.TemplateDepth = vela.Int(f.GetTemplateDepth()) + s.TemplateDepth = new(f.GetTemplateDepth()) } if f.StarlarkExecLimit != nil { - s.StarlarkExecLimit = vela.Int64(f.GetStarlarkExecLimit()) + s.StarlarkExecLimit = new(f.GetStarlarkExecLimit()) } } diff --git a/action/settings/update_test.go b/action/settings/update_test.go index d62a0211..0a1e1416 100644 --- a/action/settings/update_test.go +++ b/action/settings/update_test.go @@ -42,9 +42,9 @@ func TestSettings_Config_Update(t *testing.T) { Action: "update", Output: "", Compiler: Compiler{ - CloneImage: vela.String("test"), - TemplateDepth: vela.Int(1), - StarlarkExecLimit: vela.Int64(1), + CloneImage: new("test"), + TemplateDepth: new(1), + StarlarkExecLimit: new(int64(1)), }, }, }, diff --git a/action/settings/validate_test.go b/action/settings/validate_test.go index f3882f9f..f0e83ae3 100644 --- a/action/settings/validate_test.go +++ b/action/settings/validate_test.go @@ -4,8 +4,6 @@ package settings import ( "testing" - - "github.com/go-vela/sdk-go/vela" ) func TestSettings_Config_Validate(t *testing.T) { @@ -19,7 +17,7 @@ func TestSettings_Config_Validate(t *testing.T) { config: &Config{ Action: "update", Compiler: Compiler{ - CloneImage: vela.String("test"), + CloneImage: new("test"), }, Output: "", }, @@ -29,7 +27,7 @@ func TestSettings_Config_Validate(t *testing.T) { config: &Config{ Action: "update", Compiler: Compiler{ - TemplateDepth: vela.Int(1), + TemplateDepth: new(1), }, Output: "", }, @@ -39,7 +37,7 @@ func TestSettings_Config_Validate(t *testing.T) { config: &Config{ Action: "update", Compiler: Compiler{ - StarlarkExecLimit: vela.Int64(1), + StarlarkExecLimit: new(int64(1)), }, Output: "", }, @@ -59,7 +57,7 @@ func TestSettings_Config_Validate(t *testing.T) { config: &Config{ Action: "update", Queue: Queue{ - Routes: vela.Strings([]string{"test"}), + Routes: new([]string{"test"}), }, Output: "", }, diff --git a/action/worker/update.go b/action/worker/update.go index 9a739b5c..9e59f341 100644 --- a/action/worker/update.go +++ b/action/worker/update.go @@ -18,11 +18,11 @@ func (c *Config) Update(ctx context.Context, client *vela.Client) error { // create the worker object w := &api.Worker{ - Hostname: vela.String(c.Hostname), - Address: vela.String(c.Address), + Hostname: new(c.Hostname), + Address: new(c.Address), Active: c.Active, - Routes: vela.Strings(c.Routes), - BuildLimit: vela.Int32(c.BuildLimit), + Routes: new(c.Routes), + BuildLimit: new(c.BuildLimit), } logrus.Tracef("updating worker %s", c.Hostname) diff --git a/command/settings/update.go b/command/settings/update.go index c1337dc8..2b7b134f 100644 --- a/command/settings/update.go +++ b/command/settings/update.go @@ -12,7 +12,6 @@ import ( "github.com/go-vela/cli/action/settings" "github.com/go-vela/cli/internal" "github.com/go-vela/cli/internal/client" - "github.com/go-vela/sdk-go/vela" "github.com/go-vela/server/util" ) @@ -217,15 +216,15 @@ func update(ctx context.Context, c *cli.Command) error { // compiler if c.IsSet(CompilerCloneImageKey) { - s.CloneImage = vela.String(c.String(CompilerCloneImageKey)) + s.CloneImage = new(c.String(CompilerCloneImageKey)) } if c.IsSet(CompilerTemplateDepthKey) { - s.TemplateDepth = vela.Int(c.Int(CompilerTemplateDepthKey)) + s.TemplateDepth = new(c.Int(CompilerTemplateDepthKey)) } if c.IsSet(CompilerStarlarkExecLimitKey) { - s.StarlarkExecLimit = vela.Int64(c.Int64(CompilerStarlarkExecLimitKey)) + s.StarlarkExecLimit = new(c.Int64(CompilerStarlarkExecLimitKey)) } // scm