File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11steps :
22 - label : Release
33 agents :
4- image : " golang:1.23.6 @sha256:927112936d6b496ed95f55f362cc09da6e3e624ef868814c56d55bd7323e0959 "
4+ image : " golang:1.24.0 @sha256:2b1cbf278ce05a2a310a3d695ebb176420117a8cfcfcc4e5e68a1bef5f6354da "
55 cpu : " 16"
66 memory : " 24G"
77 ephemeralStorage : " 20G"
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ module github.com/elastic/terraform-provider-elasticstack
22
33go 1.23.0
44
5- toolchain go1.23.6
5+ toolchain go1.24.0
66
77require (
88 github.com/disaster37/go-kibana-rest/v8 v8.5.0
9- github.com/elastic/elastic-transport-go/v8 v8.6.0
10- github.com/elastic/go-elasticsearch/v8 v8.17.0
9+ github.com/elastic/elastic-transport-go/v8 v8.6.1
10+ github.com/elastic/go-elasticsearch/v8 v8.17.1
1111 github.com/google/gofuzz v1.2.0
1212 github.com/google/uuid v1.6.0
1313 github.com/hashicorp/go-cty v1.4.1-0.20241127173709-a0325cb22c13
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ github.com/cyphar/filepath-securejoin v0.2.5/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxG
2323github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
2424github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
2525github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
26- github.com/elastic/elastic-transport-go/v8 v8.6.0 h1:Y2S/FBjx1LlCv5m6pWAF2kDJAHoSjSRSJCApolgfthA =
27- github.com/elastic/elastic-transport-go/v8 v8.6.0 /go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk =
28- github.com/elastic/go-elasticsearch/v8 v8.17.0 h1:e9cWksE/Fr7urDRmGPGp47Nsp4/mvNOrU8As1l2HQQ0 =
29- github.com/elastic/go-elasticsearch/v8 v8.17.0 /go.mod h1:lGMlgKIbYoRvay3xWBeKahAiJOgmFDsjZC39nmO3H64 =
26+ github.com/elastic/elastic-transport-go/v8 v8.6.1 h1:h2jQRqH6eLGiBSN4eZbQnJLtL4bC5b4lfVFRjw2R4e4 =
27+ github.com/elastic/elastic-transport-go/v8 v8.6.1 /go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk =
28+ github.com/elastic/go-elasticsearch/v8 v8.17.1 h1:bOXChDoCMB4TIwwGqKd031U8OXssmWLT3UrAr9EGs3Q =
29+ github.com/elastic/go-elasticsearch/v8 v8.17.1 /go.mod h1:MVJCtL+gJJ7x5jFeUmA20O7rvipX8GcQmo5iBcmaJn4 =
3030github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc =
3131github.com/emirpasic/gods v1.18.1 /go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ =
3232github.com/fatih/color v1.13.0 /go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk =
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@2e788936b09dd82dc280e845628a40d2ba6b204c # v6
39+ uses : golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6
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.23.6
5+ toolchain go1.24.0
66
77require (
88 github.com/go-resty/resty/v2 v2.16.0
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.23.4
44
5- toolchain go1.23.6
5+ toolchain go1.24.0
66
77require (
88 github.com/client9/misspell v0.3.4
You can’t perform that action at this time.
0 commit comments