Skip to content

Commit f0094ce

Browse files
chore(deps): Update dependency go to v1.24.1
1 parent e44c930 commit f0094ce

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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/test_integration.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_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
@@ -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_unit.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

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.1
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.1
66

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

0 commit comments

Comments
 (0)