Skip to content

Commit ebeef29

Browse files
committed
Bump CI to Go 1.25
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent e55fde6 commit ebeef29

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
with:
1717
fetch-depth: 1
1818
- name: Install Go
19-
uses: actions/setup-go@v5
19+
uses: actions/setup-go@v6
2020
with:
21-
go-version: 1.24.x
21+
go-version: 1.25.x
2222
- name: Make all
2323
run: make all
2424

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 1
2626
- name: Install Go
27-
uses: actions/setup-go@v5
27+
uses: actions/setup-go@v6
2828
with:
29-
go-version: 1.24.x
29+
go-version: 1.25.x
3030
- name: Make all
3131
run: make all
3232

0 commit comments

Comments
 (0)