File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
- name : Set up Go 1.x
12
12
uses : actions/setup-go@v5
13
13
with :
14
- go-version : ' 1.23 .x'
14
+ go-version : ' 1.24 .x'
15
15
- name : checkout
16
16
uses : actions/checkout@v4
17
17
- name : lint
25
25
- name : Set up Go 1.x
26
26
uses : actions/setup-go@v5
27
27
with :
28
- go-version : ' 1.23 .x'
28
+ go-version : ' 1.24 .x'
29
29
- name : checkout
30
30
uses : actions/checkout@v4
31
31
- name : install hwdata -yq
41
41
- name : Set up Go 1.x
42
42
uses : actions/setup-go@v5
43
43
with :
44
- go-version : ' 1.23 .x'
44
+ go-version : ' 1.24 .x'
45
45
- name : checkout
46
46
uses : actions/checkout@v4
47
47
- name : build
Original file line number Diff line number Diff line change 8
8
- name : set up Go
9
9
uses : actions/setup-go@v5
10
10
with :
11
- go-version : 1.23 .x
11
+ go-version : 1.24 .x
12
12
- name : checkout PR
13
13
uses : actions/checkout@v4
14
14
- name : run make lint
19
19
- name : set up Go
20
20
uses : actions/setup-go@v5
21
21
with :
22
- go-version : 1.23 .x
22
+ go-version : 1.24 .x
23
23
- name : checkout PR
24
24
uses : actions/checkout@v4
25
25
- name : run make hadolint
Original file line number Diff line number Diff line change 1
1
module github.com/Mellanox/k8s-rdma-shared-dev-plugin
2
2
3
- go 1.23
3
+ go 1.24
4
4
5
5
require (
6
6
github.com/Mellanox/rdmamap v1.1.0
You can’t perform that action at this time.
0 commit comments