From 592795153bdc82119abc3ffb1db978939485d012 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 07:07:08 +0000 Subject: [PATCH 1/2] chore(deps): update dependency go to v1.25.0 --- go.mod | 2 +- libs/go-kibana-rest/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 701ad9f86..8ab4e1cd9 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/elastic/terraform-provider-elasticstack go 1.24.0 -toolchain go1.24.6 +toolchain go1.25.0 require ( github.com/disaster37/go-kibana-rest/v8 v8.5.0 diff --git a/libs/go-kibana-rest/go.mod b/libs/go-kibana-rest/go.mod index 44f994eee..fcadc9441 100644 --- a/libs/go-kibana-rest/go.mod +++ b/libs/go-kibana-rest/go.mod @@ -2,7 +2,7 @@ module github.com/disaster37/go-kibana-rest/v8 go 1.23.0 -toolchain go1.24.6 +toolchain go1.25.0 require ( github.com/go-resty/resty/v2 v2.16.5 From 704a07c7f309542cea16cd2b440c7b778d4e6fae Mon Sep 17 00:00:00 2001 From: Toby Brain Date: Mon, 18 Aug 2025 09:12:54 +0200 Subject: [PATCH 2/2] Bump golangci-lint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 519c7ad70..770e0f548 100644 --- a/Makefile +++ b/Makefile @@ -246,7 +246,7 @@ install: build ## Install built provider into the local terraform cache .PHONY: tools tools: $(GOBIN) ## Download golangci-lint locally if necessary. - @[[ -f $(GOBIN)/golangci-lint ]] || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.3.1 + @[[ -f $(GOBIN)/golangci-lint ]] || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.4.0 .PHONY: golangci-lint golangci-lint: