File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,16 +20,6 @@ VERSION := $(shell pulumictl get version)
2020
2121TESTPARALLELISM := 4
2222
23- # TEMPORARY: Pin the Go toolchain used to build pulumi-tfgen-onepassword.
24- # The pulumi codegen in pulumi-terraform-bridge v3.89.1 emits broken relative
25- # import paths in the generated Node SDK (e.g. `./utilities` instead of
26- # `../utilities`) when compiled with Go 1.26+, which fails `tsc` in build_nodejs.
27- # Go <=1.25 generates correct paths. GOTOOLCHAIN's go.mod `toolchain` line is only
28- # a floor (auto picks the newer of local vs. floor), so we must pin it here to cap
29- # the version. Remove once the bridge is upgraded to a Go 1.26-compatible release.
30- # See: OS-215
31- export GOTOOLCHAIN := go1.25.8
32-
3323WORKING_DIR := $(shell pwd)
3424
3525OS := $(shell uname)
You can’t perform that action at this time.
0 commit comments