diff --git a/shared/testutils/testutils.go b/shared/testutils/testutils.go index 3ee87f0..8c1b297 100644 --- a/shared/testutils/testutils.go +++ b/shared/testutils/testutils.go @@ -183,6 +183,7 @@ func buildServer() { version, err := os.ReadFile("VERSION") if err != nil { if runtime.GOOS == "windows" { + // TODO: Figure out why it can't read the VERSION file version = []byte("174") } else { panic(fmt.Sprintf("failed to read VERSION file: %v", err))