Skip to content

Commit e55fde6

Browse files
committed
Correct Go version in build file
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 57826c1 commit e55fde6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Go
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: 1.14.x
21+
go-version: 1.24.x
2222
- name: Make all
2323
run: make all
2424

0 commit comments

Comments
 (0)