Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit 676f4b3

Browse files
togashidmuniemimu
authored andcommitted
Update version in the ci workflow
Bump go and lint versions in the ci
1 parent 6f6cde1 commit 676f4b3

File tree

5 files changed

+105
-109
lines changed

5 files changed

+105
-109
lines changed

.github/e2e/go.mod

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
module github.com/intel/platform-aware-scheduling/e2e
22

3-
go 1.15
3+
go 1.16
44

55
require (
66
github.com/intel/platform-aware-scheduling/telemetry-aware-scheduling v0.0.0-00010101000000-000000000000
77
github.com/pkg/errors v0.9.1
8-
k8s.io/api v0.20.2
9-
k8s.io/apimachinery v0.20.2
10-
k8s.io/client-go v0.20.2
8+
k8s.io/api v0.22.2
9+
k8s.io/apimachinery v0.22.2
10+
k8s.io/client-go v0.22.2
11+
k8s.io/klog/v2 v2.30.0
1112
)
1213

1314
replace (

0 commit comments

Comments
 (0)