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

Package slices conflict with the current go version #66

Closed
k-gostev opened this issue May 31, 2024 · 0 comments · Fixed by #67
Closed

Package slices conflict with the current go version #66

k-gostev opened this issue May 31, 2024 · 0 comments · Fixed by #67
Assignees
Labels
task Single unit of work

Comments

@k-gostev
Copy link
Member

The update_orchestrator_apply.go file contains the package slices. This package is introduced in go 1.21.0. This is in conflict with the go.mod version and our target version, which is 1.18.0.

This file should be fixed and be compatible with go 1.18.0

@k-gostev k-gostev added the task Single unit of work label May 31, 2024
dimitar-dimitrow added a commit to bosch-io/kanto-update-manager that referenced this issue Jun 5, 2024
Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov3@bosch.com>
@dimitar-dimitrow dimitar-dimitrow linked a pull request Jun 5, 2024 that will close this issue
k-gostev pushed a commit that referenced this issue Jun 6, 2024
Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov3@bosch.com>
@dimitar-dimitrow dimitar-dimitrow self-assigned this Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Single unit of work
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants