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

Update go.mod versions #120

Closed
wants to merge 9 commits into from
Closed

Update go.mod versions #120

wants to merge 9 commits into from

Conversation

hazaelsan
Copy link
Member

go-1.12 is pretty old now, and there are a number of security advisories on some dependencies that effectively require >= go-1.17.

As far as dependencies, we don't have particular requirements so merely updating to their latest releases is sufficient.

One minor change is to tests, which are needed due to libnl-3.5.0:

nested attributes now use NLA_F_NESTED bit to indicate a nested
attribute

`go-1.12` is pretty old now, and there are a number of security
advisories on some dependencies that effectively require `>= go-1.17`.

As far as dependencies, we don't have particular requirements so merely
updating to their latest releases is sufficient.

One minor change is to tests, which are needed due to `libnl-3.5.0`:

> nested attributes now use NLA_F_NESTED bit to indicate a nested
> attribute
`go-1.12` is pretty old now, and there are a number of security
advisories on some dependencies that effectively require `>= go-1.17`.

As far as dependencies, we don't have particular requirements so merely
updating to their latest releases is sufficient.

One minor change is to tests, which are needed due to `libnl-3.5.0`:

> nested attributes now use NLA_F_NESTED bit to indicate a nested
> attribute
`go-1.12` is pretty old now, and there are a number of security
advisories on some dependencies that effectively require `>= go-1.17`.

As far as dependencies, we don't have particular requirements so merely
updating to their latest releases is sufficient.

One minor change is to tests, which are needed due to `libnl-3.5.0`:

> nested attributes now use NLA_F_NESTED bit to indicate a nested
> attribute
They're not actually broken, but they do break the diff test which we
should fix at some point.
Ubuntu still uses libnl 3.2.29...
@hazaelsan
Copy link
Member Author

fatal error: checkptr: converted pointer straddles multiple allocations

I'll split this up into a bunch of smaller PRs, then...

@hazaelsan hazaelsan closed this Feb 27, 2023
@hazaelsan hazaelsan deleted the bump_go branch February 27, 2023 12:34
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.

None yet

1 participant