Skip to content

Commit

Permalink
feat(functions): add go1.21 support (#1811)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot committed Aug 28, 2023
1 parent 82a4aa8 commit 8388fdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/function/v1beta1/function_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ const (
FunctionRuntimeNode19 = FunctionRuntime("node19")
FunctionRuntimeGo120 = FunctionRuntime("go120")
FunctionRuntimeNode20 = FunctionRuntime("node20")
FunctionRuntimeGo121 = FunctionRuntime("go121")
)

func (enum FunctionRuntime) String() string {
Expand Down

0 comments on commit 8388fdb

Please sign in to comment.