Skip to content

Commit 26b4b43

Browse files
committed
Bump to Go 1.26
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 01c65ed commit 26b4b43

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: build
33
on:
44
push:
55
branches:
6-
- '*'
6+
- "*"
77
pull_request:
88
branches:
9-
- '*'
9+
- "*"
1010

1111
jobs:
1212
build:
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Go
1919
uses: actions/setup-go@v6
2020
with:
21-
go-version: 1.25.x
21+
go-version: 1.26.x
2222
- name: Make all
2323
run: make all
2424

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: publish
33
on:
44
push:
55
tags:
6-
- '*'
6+
- "*"
77

88
jobs:
99
publish:
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Go
2727
uses: actions/setup-go@v6
2828
with:
29-
go-version: 1.25.x
29+
go-version: 1.26.x
3030
- name: Make all
3131
run: make all
3232

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/openfaas/of-watchdog
22

3-
go 1.24.0
3+
go 1.25
44

55
require (
66
github.com/docker/go-units v0.5.0

0 commit comments

Comments
 (0)