Skip to content

Commit

Permalink
Merge pull request #123 from smutel/AddVersionGoMod
Browse files Browse the repository at this point in the history
ci: Add provider version in go.mod
  • Loading branch information
smutel authored Jun 9, 2022
2 parents 1899e6d + d9428d2 commit 031842b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/smutel/terraform-provider-netbox
module github.com/smutel/terraform-provider-netbox/v4

go 1.18

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
"github.com/hashicorp/terraform-plugin-sdk/v2/plugin"
"github.com/smutel/terraform-provider-netbox/netbox"
"github.com/smutel/terraform-provider-netbox/v4/netbox"
)

func main() {
Expand Down

0 comments on commit 031842b

Please sign in to comment.