From ec4b9a35ba4313f908f2a41819617312a4482852 Mon Sep 17 00:00:00 2001 From: Il Harper Date: Sun, 12 May 2024 22:55:25 +0800 Subject: [PATCH] fix(build): revert "chore: bump gotext version to `v0.15.0`" This reverts commit b651883a48f1bbc683c6aedd44bff4137b55be60. There's another bug in https://github.com/golang/text/commit/f3e69ed4a8ab60c16ae76f4ddb08f2726b0a9428 --- config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ts b/config.ts index be33846..bbdb442 100644 --- a/config.ts +++ b/config.ts @@ -28,7 +28,7 @@ export const versionAppimagetool = '13' export const versionToolsVersioninfo = 'v1.4.0' export const versionToolsGolangCILint = 'v1.52.2' -export const versionToolsGoText = 'v0.15.0' +export const versionToolsGoText = 'v0.11.0' export const versionToolsRcedit = 'v1.1.1' export const versionToolsWix = '311'