Skip to content

Commit 4ba1ec5

Browse files
committed
removing now-duplicative code
1 parent 41f1ee7 commit 4ba1ec5

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

Makefile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,6 @@ VERSION := $(shell pulumictl get version)
2020

2121
TESTPARALLELISM := 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-
3323
WORKING_DIR := $(shell pwd)
3424

3525
OS := $(shell uname)

0 commit comments

Comments
 (0)