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

Bump Go version up to 1.21 #1026

Merged
merged 1 commit into from Dec 5, 2023
Merged

Bump Go version up to 1.21 #1026

merged 1 commit into from Dec 5, 2023

Conversation

IamTheFij
Copy link
Contributor

When the updated version of Nomad client comes out, I'm planning on a patch to upgrade so that communication over unix socket is available, however the latest requires go 1.21. Rather than bundle a go upgrade with the Nomad change, I thought it best to split up and make sure any potential issues or concerns with the go version are addressed first.

If preferred, I can also close this and instead bundle it with the Nomad upgrade PR.

Copy link
Owner

@crazy-max crazy-max left a comment

Choose a reason for hiding this comment

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

Sorry for the delay!

Some changes are also needed in other Dockerfiles. See https://github.com/crazy-max/diun/pull/858/files as reference. Might also need to bump golangci-lint like docker/buildx#2084

@IamTheFij
Copy link
Contributor Author

No worries. New Nomad version is only just in RC, so I haven't been in a hurry.

@IamTheFij
Copy link
Contributor Author

golangci-lint seemed to work fine when I ran bake lint.

Copy link
Owner

@crazy-max crazy-max left a comment

Choose a reason for hiding this comment

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

Needs docker buildx bake vendor: https://github.com/crazy-max/diun/actions/runs/7094592552/job/19310127792?pr=1026#step:4:388 (might need a rebase as well)

Can you also squash your commits please? Thanks!

When the updated version of Nomad client comes out, I'm planning on a
patch to upgrade so that communication over unix socket is available,
however the latest requires go 1.21. Rather than bundle a go upgrade
with the Nomad change, I thought it best to split up and make sure any
potential issues or concerns with the go version are addressed first.
Copy link
Owner

@crazy-max crazy-max left a comment

Choose a reason for hiding this comment

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

Thanks!

@crazy-max crazy-max merged commit 881efcb into crazy-max:master Dec 5, 2023
32 checks passed
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

2 participants