File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ install: build ## Install built provider into the local terraform cache
246246
247247.PHONY : tools
248248tools : $(GOBIN ) # # Download golangci-lint locally if necessary.
249- @[[ -f $( GOBIN) /golangci-lint ]] || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN ) v2.3.1
249+ @[[ -f $( GOBIN) /golangci-lint ]] || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN ) v2.4.0
250250
251251.PHONY : golangci-lint
252252golangci-lint :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/elastic/terraform-provider-elasticstack
22
33go 1.24.0
44
5- toolchain go1.24.6
5+ toolchain go1.25.0
66
77require (
88 github.com/disaster37/go-kibana-rest/v8 v8.5.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/disaster37/go-kibana-rest/v8
22
33go 1.23.0
44
5- toolchain go1.24.6
5+ toolchain go1.25.0
66
77require (
88 github.com/go-resty/resty/v2 v2.16.5
You can’t perform that action at this time.
0 commit comments