Skip to content

Commit 21e2560

Browse files
authored
chore: Update Tools to 1.23.13 (#3003)
1 parent 1a792fd commit 21e2560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/build/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ PROTOC_GEN_GO_VERSION := 1.31
3535
PROTOC_GEN_GO_GRPC_VERSION := 1.3
3636
PROTOC_GEN_GO_INJECT_TAG := 1.4.0
3737
# Updated by Update Tooling Workflow
38-
CFT_CLI_VERSION := 1.5.15
38+
CFT_CLI_VERSION := 1.5.16
3939
# Updated by Update Tooling Workflow
4040
TFLINT_VERSION := 0.57.0
4141
TINKEY_VERSION := 1.7.0
@@ -56,7 +56,7 @@ OPA_VERSION := 0.52.0
5656
# Updated by Update Tooling Workflow
5757
GCRANE_VERSION := 0.20.3
5858

59-
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.23.12
59+
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.23.13
6060
DOCKER_TAG_MAJOR_VERSION_DEVELOPER_TOOLS := $(firstword $(subst ., , $(DOCKER_TAG_VERSION_DEVELOPER_TOOLS)))
6161
DOCKER_TAG_MINOR_VERSION_DEVELOPER_TOOLS := $(shell echo "${DOCKER_TAG_VERSION_DEVELOPER_TOOLS}" | awk -F. '{print $$1"."$$2}')
6262

0 commit comments

Comments
 (0)