Skip to content

Commit 5b70d7f

Browse files
committed
update go toolchain
1 parent ac2b4e3 commit 5b70d7f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Once a function is deployed to tinyFaaS, function handlers are created automatic
4848

4949
Before you get started, make sure you have the following dependencies installed:
5050

51-
- Go (>=v1.20) to compile management service and reverse proxy
51+
- Go (>=v1.22) to compile management service and reverse proxy
5252
- Docker (>=v24)
5353
- Make
5454

go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/OpenFogStack/tinyFaaS
22

3-
go 1.21
4-
5-
toolchain go1.22.3
3+
go 1.22
64

75
require (
86
github.com/docker/docker v26.1.2+incompatible

0 commit comments

Comments
 (0)