Skip to content

Commit 745fd73

Browse files
chore(deps): Update dependency go to v1.24.2
1 parent d54c1f9 commit 745fd73

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/changelog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install Go
1313
uses: actions/setup-go@v5
1414
with:
15-
go-version: 1.22.x
15+
go-version: 1.24.x
1616

1717
- name: Add GOBIN to PATH
1818
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH

.github/workflows/compile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Go
2626
uses: actions/setup-go@v5
2727
with:
28-
go-version: 1.22.x
28+
go-version: 1.24.x
2929

3030
- name: Add GOBIN to PATH
3131
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH

.github/workflows/test_integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Go
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: 1.22.x
21+
go-version: 1.24.x
2222

2323
- name: Add GOBIN to PATH
2424
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH

.github/workflows/test_integration_cron.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install Go
1414
uses: actions/setup-go@v5
1515
with:
16-
go-version: 1.22.x
16+
go-version: 1.24.x
1717

1818
- name: Add GOBIN to PATH
1919
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH

.github/workflows/test_lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Go
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: 1.22.x
21+
go-version: 1.24.x
2222

2323
- name: Add GOBIN to PATH
2424
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH

.github/workflows/test_unit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Go
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: 1.22.x
21+
go-version: 1.24.x
2222

2323
- name: Add GOBIN to PATH
2424
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/newrelic/terraform-provider-newrelic/v2
22

33
go 1.22
44

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

77
require (
88
github.com/hashicorp/terraform-plugin-sdk/v2 v2.26.1

tools/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/newrelic/terraform-provider-newrelic/v2/tools
22

33
go 1.22
44

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

77
require (
88
github.com/bflad/tfproviderlint v0.29.0

0 commit comments

Comments
 (0)