Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update module version to match tag major version #2769

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/newrelic/terraform-provider-newrelic/v2
module github.com/newrelic/terraform-provider-newrelic/v3

go 1.22

toolchain go1.22.6
toolchain go1.22.8
smcavallo marked this conversation as resolved.
Show resolved Hide resolved

require (
github.com/hashicorp/terraform-plugin-sdk/v2 v2.26.1
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

"github.com/hashicorp/terraform-plugin-sdk/v2/plugin"

"github.com/newrelic/terraform-provider-newrelic/v2/newrelic"
"github.com/newrelic/terraform-provider-newrelic/v3/newrelic"
)

var (
Expand Down
4 changes: 2 additions & 2 deletions tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/newrelic/terraform-provider-newrelic/v2/tools
module github.com/newrelic/terraform-provider-newrelic/v3/tools

go 1.22

toolchain go1.22.6
toolchain go1.22.8

require (
github.com/bflad/tfproviderlint v0.29.0
Expand Down