Skip to content

Commit

Permalink
chore: update Go to 1.17 on Netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Feb 19, 2022
1 parent af400d2 commit 6af3cf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions netlify.toml
@@ -1,11 +1,11 @@
[context.production.environment]
GO_VERSION = "1.16"
GO_VERSION = "1.17"
NODE_VERSION = "17"

[context.deploy-preview.environment]
GO_VERSION = "1.16"
GO_VERSION = "1.17"
NODE_VERSION = "17"

[context.branch-deploy.environment]
GO_VERSION = "1.16"
GO_VERSION = "1.17"
NODE_VERSION = "17"

0 comments on commit 6af3cf7

Please sign in to comment.