Skip to content

Commit cfea007

Browse files
chore: Update Tools to 1.25.7 (#3185)
Co-authored-by: Andrew Peabody <andrewpeabody@google.com>
1 parent a9fe9b2 commit cfea007

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

infra/build/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ BATS_ASSERT_VERSION := 2.0.0
2525
BATS_MOCK_VERSION := 1.0.1
2626
PACKER_VERSION := 1.4.4
2727
# Updated by Update Tooling Workflow
28-
TERRAGRUNT_VERSION := 0.86.2
28+
TERRAGRUNT_VERSION := 0.91.2
2929
# Updated by Update Tooling Workflow
3030
KUSTOMIZE_VERSION := 5.7.1
3131
# Updated by Update Tooling Workflow
32-
KPT_VERSION := 1.0.0-beta.57
32+
KPT_VERSION := 1.0.0-beta.58
3333
PROTOC_VERSION := 23.4
3434
PROTOC_GEN_GO_VERSION := 1.31
3535
PROTOC_GEN_GO_GRPC_VERSION := 1.3
@@ -47,7 +47,7 @@ TFLINT_BP_PLUGIN_VERSION := 0.2.11
4747

4848
# For developer-tools-krm
4949
# Updated by Update Tooling Workflow
50-
GOLANGCI_VERSION := 2.4.0
50+
GOLANGCI_VERSION := 2.5.0
5151
ASMCLI_VERSION := 1.15
5252
KIND_VERSION := 0.18.0
5353
# Updated by Update Tooling Workflow
@@ -56,7 +56,7 @@ OPA_VERSION := 0.52.0
5656
# Updated by Update Tooling Workflow
5757
GCRANE_VERSION := 0.20.6
5858

59-
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.25.6
59+
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.25.7
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)