Skip to content

Commit 28b1f54

Browse files
committed
chore: update Go to version 1.24
Signed-off-by: Fred Rolland <[email protected]>
1 parent 5458812 commit 28b1f54

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: .github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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
@@ -25,7 +25,7 @@ jobs:
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
@@ -41,7 +41,7 @@ jobs:
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

Diff for: .github/workflows/static-scan.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
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
@@ -19,7 +19,7 @@ jobs:
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

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Mellanox/k8s-rdma-shared-dev-plugin
22

3-
go 1.23
3+
go 1.24
44

55
require (
66
github.com/Mellanox/rdmamap v1.1.0

0 commit comments

Comments
 (0)