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: 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