Skip to content

Commit 24e62d8

Browse files
authored
feat: Add support for Node.js 16 and Go 1.16 Runtimes (#285)
1 parent 66ba98f commit 24e62d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

provider/googleProvider.js

+2
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,13 @@ class GoogleProvider {
6161
'nodejs10',
6262
'nodejs12',
6363
'nodejs14',
64+
'nodejs16', // recommended
6465
'python37',
6566
'python38',
6667
'python39',
6768
'go111',
6869
'go113',
70+
'go116', // recommended
6971
'java11',
7072
'dotnet3',
7173
'ruby26',

0 commit comments

Comments
 (0)