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

build: use go 1.21 in go.mod #4341

Closed
wants to merge 2 commits into from
Closed

Conversation

nixpanic
Copy link
Member

Some packages still have issues because older Go versions fail to tidy
go.mod because some modules require go 1.21. go mod tidy has now been
run with go 1.21.5, so everything is clean again.

Signed-off-by: Niels de Vos [email protected]

Some packages still have issues because older Go versions fail to tidy
go.mod because some modules require go 1.21. `go mod tidy` has now been
run with go 1.21.5, so everything is clean again.

Signed-off-by: Niels de Vos <[email protected]>
@mergify mergify bot added the component/build Issues and PRs related to compiling Ceph-CSI label Dec 21, 2023
@nixpanic
Copy link
Member Author

/test ci/centos/mini-e2e-helm/k8s-1.28

@nixpanic
Copy link
Member Author

/retest ci/centos/mini-e2e-helm/k8s-1.28

@nixpanic
Copy link
Member Author

I've updated the :devel container in the CI, and now CI is running correctly for #4323.

@nixpanic nixpanic closed this Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/build Issues and PRs related to compiling Ceph-CSI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant