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: fix iota #168

Merged
merged 1 commit into from
Sep 16, 2024
Merged

chore: fix iota #168

merged 1 commit into from
Sep 16, 2024

Conversation

migara
Copy link
Member

@migara migara commented Sep 12, 2024

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

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes if appropriate.
  • All new and existing tests passed.

@kklimonda-cl kklimonda-cl merged commit f8ad8bc into main Sep 16, 2024
4 checks passed
@kklimonda-cl kklimonda-cl deleted the iota-fix branch September 16, 2024 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants