Skip to content

Commit cabe5de

Browse files
committed
ci: update Go version
Signed-off-by: Abiola Ibrahim <[email protected]>
1 parent 4fed505 commit cabe5de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go
2626
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2727
with:
28-
go-version: "1.24.5"
28+
go-version: "1.25.1"
2929

3030
- name: Build
3131
run: go build -v ./...
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set up Go
4242
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
4343
with:
44-
go-version: "1.24.5"
44+
go-version: "1.25.1"
4545

4646
- name: Build
4747
run: go build -v ./...
@@ -59,7 +59,7 @@ jobs:
5959
- name: Set up Go
6060
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
6161
with:
62-
go-version: "1.24.5"
62+
go-version: "1.25.1"
6363

6464
- name: install gcc-aarch64-linux-gnu
6565
run: |
@@ -87,7 +87,7 @@ jobs:
8787
- name: Set up Go
8888
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
8989
with:
90-
go-version: "1.24.5"
90+
go-version: "1.25.1"
9191

9292
- name: generate binaries
9393
run: |

0 commit comments

Comments
 (0)