Skip to content

Commit 6af3cf7

Browse files
committed
chore: update Go to 1.17 on Netlify
1 parent af400d2 commit 6af3cf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: netlify.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[context.production.environment]
2-
GO_VERSION = "1.16"
2+
GO_VERSION = "1.17"
33
NODE_VERSION = "17"
44

55
[context.deploy-preview.environment]
6-
GO_VERSION = "1.16"
6+
GO_VERSION = "1.17"
77
NODE_VERSION = "17"
88

99
[context.branch-deploy.environment]
10-
GO_VERSION = "1.16"
10+
GO_VERSION = "1.17"
1111
NODE_VERSION = "17"

0 commit comments

Comments
 (0)