File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/elastic/terraform-provider-elasticstack
22
33go 1.23.0
44
5- toolchain go1.24.2
5+ toolchain go1.24.3
66
77require (
88 github.com/disaster37/go-kibana-rest/v8 v8.5.0
Original file line number Diff line number Diff line change 3636 until $(curl --output /dev/null --silent --head --fail -u elastic:changeme http://localhost:5601); do sleep 5; done
3737 sleep 10
3838 - name : golangci-lint
39- uses : golangci/golangci-lint-action@9fae48acfc02a90574d7c304a1758ef9895495fa # v7
39+ uses : golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7
4040 with :
4141 version : latest
4242 args : --timeout 600s
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.2
5+ toolchain go1.24.3
66
77require (
88 github.com/go-resty/resty/v2 v2.16.5
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/elastic/terraform-provider-elasticstack/tools
22
33go 1.24
44
5- toolchain go1.24.2
5+ toolchain go1.24.3
66
77require (
88 github.com/client9/misspell v0.3.4
You can’t perform that action at this time.
0 commit comments