Skip to content

Commit 21f89b6

Browse files
committed
terraform: bump golang to 1.21
1 parent 5252932 commit 21f89b6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

terraform/Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ all: go-build
2222

2323
.PHONY: go-mod-tidy-vendor
2424
go-mod-tidy-vendor: $(GO_MOD_TIDY_TARGETS)
25-
# The -compat=1.18 is needed for the openstack provider. The provider uses golang.org/x/mod, which go 1.18 selects
26-
# as v0.3.0 but go 1.16 selects as v0.4.2.
2725
$(GO_MOD_TIDY_TARGETS): go-mod-tidy-vendor.%:
28-
cd providers/$* && go mod tidy -compat=1.18 && go mod vendor
26+
cd providers/$* && go mod tidy && go mod vendor
2927

3028
.PHONY: go-build
3129
go-build: $(GO_BUILD_TARGETS) go-build-terraform

0 commit comments

Comments
 (0)