Skip to content

Commit 4500707

Browse files
committed
netlify: downgrade Go version
1 parent b37c6e2 commit 4500707

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

netlify.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
[context.production.environment]
2-
GO_VERSION = "1.19"
2+
GO_VERSION = "1.18"
33
NODE_VERSION = "17"
44
# TODO https://github.com/golangci/golangci-lint/pull/2904#issuecomment-1146870535
55
# NPM_FLAGS = "--legacy-peer-deps"
66
# NPM_FLAGS = "--force"
77
NPM_VERSION = "8.5.5"
88

99
[context.deploy-preview.environment]
10-
GO_VERSION = "1.19"
10+
GO_VERSION = "1.18"
1111
NODE_VERSION = "17"
1212
# TODO https://github.com/golangci/golangci-lint/pull/2904#issuecomment-1146870535
1313
# NPM_FLAGS = "--legacy-peer-deps"
1414
# NPM_FLAGS = "--force"
1515
NPM_VERSION = "8.5.5"
1616

1717
[context.branch-deploy.environment]
18-
GO_VERSION = "1.19"
18+
GO_VERSION = "1.18"
1919
NODE_VERSION = "17"
2020
# TODO https://github.com/golangci/golangci-lint/pull/2904#issuecomment-1146870535
2121
# NPM_FLAGS = "--legacy-peer-deps"

0 commit comments

Comments
 (0)