PaloAltoNetworks / pan-os-codegen

Generator for pango SDK and panos Terraform Provider
MIT License
4 stars 0 forks source link

chore: fix iota #168

Closed migara closed 3 days ago

migara commented 6 days ago

Description

Terraform provider build for goos freebsd goarch armfails when untyped int constant 4294967296 is in use

  ⨯ release failed after 12s                 error=failed to build for freebsd_arm_6: exit status 1: # github.com/PaloAltoNetworks/pango
../pango/logging.go:37:37: cannot use 1 << 32 (untyped int constant 4294967296) as LogCategory value in constant declaration (overflows)

Motivation and Context

https://github.com/PaloAltoNetworks/terraform-provider-panos/actions/runs/10835988398/job/30068711510

How Has This Been Tested?

Screenshots (if appropriate)

Types of changes

Checklist