File tree 10 files changed +752
-3678
lines changed
10 files changed +752
-3678
lines changed Original file line number Diff line number Diff line change 12
12
- name : Install Go
13
13
uses : actions/setup-go@v5
14
14
with :
15
- go-version : 1.21 .x
15
+ go-version : 1.22 .x
16
16
17
17
- name : Add GOBIN to PATH
18
18
run : echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
Original file line number Diff line number Diff line change 12
12
strategy :
13
13
matrix :
14
14
go-version :
15
- - 1.21 .x
15
+ - 1.22 .x
16
16
platform :
17
17
- ubuntu-latest
18
18
- macos-latest
Original file line number Diff line number Diff line change 17
17
- name : Set up Go
18
18
uses : actions/setup-go@v5
19
19
with :
20
- go-version : 1.21
20
+ go-version : 1.22
21
21
22
22
- name : Install PGP private key
23
23
shell : bash
Original file line number Diff line number Diff line change 13
13
- name : Install Go
14
14
uses : actions/setup-go@v5
15
15
with :
16
- go-version : 1.21 .x
16
+ go-version : 1.22 .x
17
17
18
18
- name : Add GOBIN to PATH
19
19
run : echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
Original file line number Diff line number Diff line change 13
13
- name : Install Go
14
14
uses : actions/setup-go@v5
15
15
with :
16
- go-version : 1.21 .x
16
+ go-version : 1.22 .x
17
17
18
18
- name : Add GOBIN to PATH
19
19
run : echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
Original file line number Diff line number Diff line change 13
13
- name : Install Go
14
14
uses : actions/setup-go@v5
15
15
with :
16
- go-version : 1.21 .x
16
+ go-version : 1.22 .x
17
17
18
18
- name : Add GOBIN to PATH
19
19
run : echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
Original file line number Diff line number Diff line change 13
13
- name : Install Go
14
14
uses : actions/setup-go@v5
15
15
with :
16
- go-version : 1.21 .x
16
+ go-version : 1.22 .x
17
17
18
18
- name : Add GOBIN to PATH
19
19
run : echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
Original file line number Diff line number Diff line change 1
1
module github.com/newrelic/terraform-provider-newrelic/v2
2
2
3
- go 1.21
3
+ go 1.22
4
+
5
+ toolchain go1.22.6
4
6
5
7
require (
6
8
github.com/hashicorp/terraform-plugin-sdk/v2 v2.26.1
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments