Skip to content

Commit 3b5b742

Browse files
chore(deps): fix alerts reported by dependant bot
Co-authored-by: pranav-new-relic <[email protected]>
1 parent ddc9404 commit 3b5b742

File tree

10 files changed

+752
-3678
lines changed

10 files changed

+752
-3678
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.21.x
15+
go-version: 1.22.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
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
go-version:
15-
- 1.21.x
15+
- 1.22.x
1616
platform:
1717
- ubuntu-latest
1818
- macos-latest

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v5
1919
with:
20-
go-version: 1.21
20+
go-version: 1.22
2121

2222
- name: Install PGP private key
2323
shell: bash

.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.21.x
16+
go-version: 1.22.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.21.x
16+
go-version: 1.22.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.21.x
16+
go-version: 1.22.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.21.x
16+
go-version: 1.22.x
1717

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

go.mod

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/newrelic/terraform-provider-newrelic/v2
22

3-
go 1.21
3+
go 1.22
4+
5+
toolchain go1.22.6
46

57
require (
68
github.com/hashicorp/terraform-plugin-sdk/v2 v2.26.1

tools/go.mod

+222-157
Large diffs are not rendered by default.

tools/go.sum

+520-3,513
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)