You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to build with goreleaser I get the following error:
⨯ release failed after 17.66s error=failed to build for linux_arm_6: # github.com/aequasi/discord-terraform/discord
discord\data_source_discord_permission.go:48:3: constant 4294967296 overflows int
discord\data_source_discord_permission.go:49:3: constant 17179869184 overflows int
discord\data_source_discord_permission.go:50:3: constant 34359738368 overflows int
discord\data_source_discord_permission.go:51:3: constant 68719476736 overflows int
discord\data_source_discord_permission.go:52:3: constant 137438953472 overflows int
discord\data_source_discord_permission.go:53:3: constant 274877906944 overflows int
When trying to build with goreleaser I get the following error:
These permissions are causing the issue:
https://github.com/aequasi/terraform-provider-discord/blob/master/discord/data_source_discord_permission.go#L48-L53
The text was updated successfully, but these errors were encountered: