Skip to content

Commit 3459c9f

Browse files
chore: Update Tools to 1.24.2 (#3022)
Co-authored-by: Andrew Peabody <andrewpeabody@google.com>
1 parent 32d2ebf commit 3459c9f

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.17
38+
CFT_CLI_VERSION := 1.5.18
3939
# Updated by Update Tooling Workflow
4040
TFLINT_VERSION := 0.58.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.24.1
59+
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.24.2
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)