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 golang 1.18 and k8s 1.24 #431

Merged

Conversation

SchSeba
Copy link
Collaborator

@SchSeba SchSeba commented Jun 2, 2022

Signed-off-by: Sebastian Sch sebassch@gmail.com

@SchSeba SchSeba force-pushed the bump_to_golang_1.18_k8s_1.24 branch from f3adfad to f274c38 Compare June 2, 2022 10:40
Signed-off-by: Sebastian Sch <sebassch@gmail.com>
@SchSeba SchSeba force-pushed the bump_to_golang_1.18_k8s_1.24 branch from f274c38 to 821d03f Compare June 2, 2022 10:44
@coveralls
Copy link
Collaborator

coveralls commented Jun 2, 2022

Pull Request Test Coverage Report for Build 2428027201

  • 17 of 22 (77.27%) changed or added relevant lines in 5 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.08%) to 76.511%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/netdevice/netResourcePool.go 0 1 0.0%
pkg/resources/server.go 2 6 33.33%
Totals Coverage Status
Change from base Build 2352650930: -0.08%
Covered Lines: 1570
Relevant Lines: 2052

💛 - Coveralls

Signed-off-by: Sebastian Sch <sebassch@gmail.com>
Signed-off-by: Sebastian Sch <sebassch@gmail.com>
@@ -1,6 +1,6 @@
module github.com/k8snetworkplumbingwg/sriov-network-device-plugin

go 1.13
go 1.17
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why thre is 1.17 instead of 1.18?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

there is no 1.18 version in go.mod files yet

@@ -5,13 +5,13 @@ jobs:
name: build
strategy:
matrix:
go-version: [1.13.x, 1.14.x, 1.15.x, 1.16.x]
go-version: [1.17.x, 1.18.x]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we still need to support 1.17.x?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think it's in the build verification (we only publish 1.18 built container images)

@adrianchiris adrianchiris merged commit 6fff085 into k8snetworkplumbingwg:master Jun 14, 2022
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.

4 participants