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

Fix string conversion error #157

Merged
merged 1 commit into from
Jan 27, 2021

Conversation

alban
Copy link
Member

@alban alban commented Jan 19, 2021

Symptoms:

pkg/gadgets/networkpolicy/networkpolicy.go:143:21: conversion from uint16 to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)

See:
golang/go#32479

Signed-off-by: Alban Crequy alban@kinvolk.io

Symptoms:
pkg/gadgets/networkpolicy/networkpolicy.go:143:21: conversion from uint16 to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)

See:
golang/go#32479

Signed-off-by: Alban Crequy <alban@kinvolk.io>
@alban alban force-pushed the alban_fix_string_conversion branch from 0d2c5ac to 172c85b Compare January 26, 2021 12:56
Copy link
Member

@mauriciovasquezbernal mauriciovasquezbernal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

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