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 an incompatible signature for yaml.Unmarshal, bump to Go 1.21 #1455

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

alnr
Copy link
Collaborator

@alnr alnr commented Oct 18, 2023

Fix an incompatible signature for yaml.Unmarshal. Depending on the version of the yaml library used, yaml.Unmarshal might accept additional variadic arguments, leading to incompatible function signatures.

Bumped Go to 1.21 and updated dependencies.

@alnr alnr self-assigned this Oct 18, 2023
@alnr alnr requested review from zepatrik and hperl as code owners October 18, 2023 08:33
Depending on the version of the yaml library used, yaml.Unmarshal
might accept additional variadic arguments, leading to incompatible
function signatures.

Bumped Go to 1.21 and updated dependencies.
@alnr alnr added this pull request to the merge queue Oct 18, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 18, 2023
@zepatrik zepatrik merged commit 5d1ce32 into master Oct 18, 2023
21 checks passed
@zepatrik zepatrik deleted the go-121 branch October 18, 2023 10:02
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.

3 participants