-
Notifications
You must be signed in to change notification settings - Fork 137
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
Update Integration request to allow configuration access flag #440
Conversation
0eb07b0
to
828b46c
Compare
draft: true | ||
|
||
changelog: | ||
skip: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will have to use https://goreleaser.com/deprecations/#changelogskip
e9cf2ef
to
d6aea78
Compare
@@ -20,7 +20,7 @@ jobs: | |||
name: Set up Go | |||
uses: actions/setup-go@v2 | |||
with: | |||
go-version: 1.18 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The recommendation is based on the YAML parser's behavior, which interprets non-wrapped values as numbers and, in the case of version 1.20, trims it down to 1.2, which may not be very obvious.
So use quotes
https://github.com/actions/setup-go
This PR adds support to keep the terraform provider up to date with the public APIs for OG integration.
Adds allowConfigurationAccess flag which was missing earlier and updates the go-sdk-v2 version.