File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111 - name : Set up Go 1.x
1212 uses : actions/setup-go@v5
1313 with :
14- go-version : ' 1.23 .x'
14+ go-version : ' 1.24 .x'
1515 - name : checkout
1616 uses : actions/checkout@v4
1717 - name : lint
2525 - name : Set up Go 1.x
2626 uses : actions/setup-go@v5
2727 with :
28- go-version : ' 1.23 .x'
28+ go-version : ' 1.24 .x'
2929 - name : checkout
3030 uses : actions/checkout@v4
3131 - name : install hwdata -yq
4141 - name : Set up Go 1.x
4242 uses : actions/setup-go@v5
4343 with :
44- go-version : ' 1.23 .x'
44+ go-version : ' 1.24 .x'
4545 - name : checkout
4646 uses : actions/checkout@v4
4747 - name : build
Original file line number Diff line number Diff line change 88 - name : set up Go
99 uses : actions/setup-go@v5
1010 with :
11- go-version : 1.23 .x
11+ go-version : 1.24 .x
1212 - name : checkout PR
1313 uses : actions/checkout@v4
1414 - name : run make lint
1919 - name : set up Go
2020 uses : actions/setup-go@v5
2121 with :
22- go-version : 1.23 .x
22+ go-version : 1.24 .x
2323 - name : checkout PR
2424 uses : actions/checkout@v4
2525 - name : run make hadolint
Original file line number Diff line number Diff line change 11module github.com/Mellanox/k8s-rdma-shared-dev-plugin
22
3- go 1.23
3+ go 1.24
44
55require (
66 github.com/Mellanox/rdmamap v1.1.0
You can’t perform that action at this time.
0 commit comments