Skip to content

Commit

Permalink
Update go runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgibbons92 committed Mar 26, 2024
1 parent ea0782b commit 16fc393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sst/src/constructs/Function.ts
Expand Up @@ -83,8 +83,8 @@ const supportedRuntimes = {
java11: CDKRuntime.JAVA_11,
java17: CDKRuntime.JAVA_17,
java21: CDKRuntime.JAVA_21,
"go1.x": CDKRuntime.PROVIDED_AL2,
go: CDKRuntime.PROVIDED_AL2,
"go1.x": CDKRuntime.PROVIDED_AL2023,
go: CDKRuntime.PROVIDED_AL2023,
};

export type Runtime = keyof typeof supportedRuntimes;
Expand Down

0 comments on commit 16fc393

Please sign in to comment.