Compare commits

..

1 Commits

Author SHA1 Message Date
Pulumi Bot
b782c5e6e5 [internal] Update GitHub Actions workflow files 2025-09-29 16:55:25 +00:00

View File

@@ -5,12 +5,7 @@ set -euo pipefail
# e.g. go list -m -f '{{.GoVersion}}'
module_path="github.com/pulumi/pulumi/pkg/v3"
go_mod_path="."
gomod="go.mod"
if [[ "$go_mod_path" != "" && "$go_mod_path" != "." ]]; then
gomod="$go_mod_path/$gomod"
fi
gomod="./go.mod"
if [[ ! -f "$gomod" ]]; then
echo "missing $gomod" >&2