Skip to content

Commit 98c7e8d

Browse files
chore(deps): update dependency go to v1.24.3
1 parent 9bbc75f commit 98c7e8d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/elastic/terraform-provider-elasticstack
22

33
go 1.23.0
44

5-
toolchain go1.24.2
5+
toolchain go1.24.3
66

77
require (
88
github.com/disaster37/go-kibana-rest/v8 v8.5.0

libs/go-kibana-rest/.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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

libs/go-kibana-rest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/disaster37/go-kibana-rest/v8
22

33
go 1.23.0
44

5-
toolchain go1.24.2
5+
toolchain go1.24.3
66

77
require (
88
github.com/go-resty/resty/v2 v2.16.5

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/elastic/terraform-provider-elasticstack/tools
22

33
go 1.24
44

5-
toolchain go1.24.2
5+
toolchain go1.24.3
66

77
require (
88
github.com/client9/misspell v0.3.4

0 commit comments

Comments
 (0)