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 to Go 1.19 #2079

Merged
merged 2 commits into from
Aug 7, 2023
Merged

Update to Go 1.19 #2079

merged 2 commits into from
Aug 7, 2023

Conversation

mtrmac
Copy link
Collaborator

@mtrmac mtrmac commented Aug 5, 2023

We already require it, because docker/credential-helpers uses Go 1.19 os/exec.Cmd.Environ(). So make that official, and benefit from a new feature.

We already require it, because docker/credential-helpers uses Go 1.19
os/exec.Cmd.Environ(). So make that official.

> go mod tidy -go=1.19

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
... which makes sure the value is not accessed directly.

Should not change behavior (the new function calls the previous
implementation internally).

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
@rhatdan
Copy link
Member

rhatdan commented Aug 5, 2023

LGTM

Copy link
Member

@vrothberg vrothberg left a comment

Choose a reason for hiding this comment

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

LGTM

@vrothberg vrothberg merged commit d40a358 into containers:main Aug 7, 2023
9 checks passed
@mtrmac mtrmac deleted the go1.19 branch August 7, 2023 16:56
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