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

Move to the latest go version #185

Merged
merged 3 commits into from
Aug 11, 2023

Conversation

gboyvalenkov-bosch
Copy link
Contributor

[#184] Move to the latest go version

  • updated to go 1.21.0

- updated to go 1.21.0

Signed-off-by: Georgi Boyvalenkov <Georgi.Boyvalenkov@bosch.io>
- testcases compatibility with go 1.21

Signed-off-by: Georgi Boyvalenkov <Georgi.Boyvalenkov@bosch.io>
@@ -16,6 +16,12 @@ import (
"context"
"crypto/sha256"
"fmt"
"os"
Copy link
Member

Choose a reason for hiding this comment

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

Could you just reorganise the imports while we are here, because for some reason now they don't follow the contribution guidelines? They should be:
import (
go standard packages

container-management packages

third party packages

)

@@ -14,6 +14,7 @@ package ctr

import (
Copy link
Member

@k-gostev k-gostev Aug 11, 2023

Choose a reason for hiding this comment

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

same as #185 (comment)

- import order fixed

Signed-off-by: Georgi Boyvalenkov <Georgi.Boyvalenkov@bosch.io>
@k-gostev k-gostev merged commit 332de48 into eclipse-kanto:main Aug 11, 2023
1 check passed
@k-gostev k-gostev deleted the golang-runtime-version branch August 11, 2023 11:25
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