Skip to content

Commit d37fa44

Browse files
authored
fix(function): update go runtime (#4803)
1 parent 34488df commit d37fa44

File tree

3 files changed

+741
-1986
lines changed

3 files changed

+741
-1986
lines changed

internal/namespaces/function/v1beta1/custom_deploy_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ func Test_Deploy(t *testing.T) {
2626
t.Run("Simple", core.Test(&core.TestConfig{
2727
Commands: commands,
2828
Cmd: fmt.Sprintf(
29-
"scw function deploy name=%s runtime=go120 zip-file=%s",
29+
"scw function deploy name=%s runtime=go124 zip-file=%s",
3030
functionName,
3131
testZip,
3232
),

0 commit comments

Comments
 (0)