File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
15
15
SHELL := /usr/bin/env bash # Make will use bash instead of sh
16
16
# Updated by Update Tooling Workflow
17
- TERRAFORM_VERSION := 1.10.5
17
+ TERRAFORM_VERSION := 1.11.4
18
18
# Updated by Update Tooling Workflow
19
19
CLOUD_SDK_VERSION := 518.0.0
20
20
GSUITE_PROVIDER_VERSION := 0.1.22
@@ -47,7 +47,7 @@ TFLINT_BP_PLUGIN_VERSION := 0.2.9
47
47
48
48
# For developer-tools-krm
49
49
# Updated by Update Tooling Workflow
50
- GOLANGCI_VERSION := 1.64.8
50
+ GOLANGCI_VERSION := 2.1.2
51
51
ASMCLI_VERSION := 1.15
52
52
KIND_VERSION := 0.18.0
53
53
# Updated by Update Tooling Workflow
@@ -56,7 +56,7 @@ OPA_VERSION := 0.52.0
56
56
# Updated by Update Tooling Workflow
57
57
GCRANE_VERSION := 0.20.3
58
58
59
- DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.23.11
59
+ DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.23.12
60
60
DOCKER_TAG_MAJOR_VERSION_DEVELOPER_TOOLS := $(firstword $(subst ., , $(DOCKER_TAG_VERSION_DEVELOPER_TOOLS ) ) )
61
61
DOCKER_TAG_MINOR_VERSION_DEVELOPER_TOOLS := $(shell echo "${DOCKER_TAG_VERSION_DEVELOPER_TOOLS}" | awk -F. '{print $$1"."$$2}')
62
62
You can’t perform that action at this time.
0 commit comments