Skip to content

Commit

Permalink
fix: Make generated code compile with go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbil committed Aug 21, 2024
1 parent ad8675f commit 904f5f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/pango/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/PaloAltoNetworks/pango

go 1.22
go 1.22.5

require (
github.com/onsi/ginkgo/v2 v2.19.0
Expand Down
2 changes: 1 addition & 1 deletion assets/terraform/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/PaloAltoNetworks/terraform-provider-panos

go 1.22
go 1.22.5

require (
github.com/PaloAltoNetworks/pango v0.10.3-0.20240408115758-216d8509e7cf
Expand Down

0 comments on commit 904f5f2

Please sign in to comment.