File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1111 - name : Set up Go 1.x
1212 uses : actions/setup-go@v3
1313 with :
14- go-version : ' 1.20 .x'
14+ go-version : ' 1.23 .x'
1515 - name : checkout
1616 uses : actions/checkout@v3
1717 - name : lint
2525 - name : Set up Go 1.x
2626 uses : actions/setup-go@v3
2727 with :
28- go-version : ' 1.20 .x'
28+ go-version : ' 1.23 .x'
2929 - name : checkout
3030 uses : actions/checkout@v3
3131 - name : install hwdata -yq
4141 - name : Set up Go 1.x
4242 uses : actions/setup-go@v3
4343 with :
44- go-version : ' 1.20 .x'
44+ go-version : ' 1.23 .x'
4545 - name : checkout
4646 uses : actions/checkout@v3
4747 - name : build
Original file line number Diff line number Diff line change 11module github.com/Mellanox/k8s-rdma-shared-dev-plugin
22
3- go 1.20
3+ go 1.23
44
55require (
66 github.com/Mellanox/rdmamap v1.1.0
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg
3434github.com/golang/protobuf v1.5.3 /go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY =
3535github.com/google/go-cmp v0.5.5 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
3636github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38 =
37+ github.com/google/go-cmp v0.5.9 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
3738github.com/google/uuid v1.3.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
3839github.com/googleapis/go-genproto v0.0.0-20200117163144-32f20d992d24 h1:iqmAazjqJalhqqPoTsjnqI2wPlgVbQJ6JNdHsbhA6FA =
3940github.com/googleapis/go-genproto v0.0.0-20200117163144-32f20d992d24 /go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc =
@@ -78,6 +79,7 @@ github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 h1:
7879github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 /go.mod h1:BRHJJd0E+cx42OybVYSgUvZmU0B8P9gZuRXlZUP7TKI =
7980github.com/opencontainers/selinux v1.9.1 /go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI =
8081github.com/opencontainers/selinux v1.10.0 h1:rAiKF8hTcgLI3w0DHm6i0ylVVcOrlgR1kK99DRLDhyU =
82+ github.com/opencontainers/selinux v1.10.0 /go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI =
8183github.com/pkg/errors v0.8.0 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
8284github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
8385github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
You can’t perform that action at this time.
0 commit comments